Skip to content

Files

Latest commit

author
github-actions
May 13, 2025
7c81eaa · May 13, 2025

History

History
21 lines (16 loc) · 1.36 KB

ResourceResponse.md

File metadata and controls

21 lines (16 loc) · 1.36 KB

ResourceResponse

Properties

Name Type Description Notes
resource_id str The ID of the underlying linked resource. [optional]
name str The name of the resource link. Note this is separate from the resource store name and might not match the store name. [optional]
created_at datetime, none_type Date and time in ISO 8601 format. [optional] [readonly]
deleted_at datetime, none_type Date and time in ISO 8601 format. [optional] [readonly]
updated_at datetime, none_type Date and time in ISO 8601 format. [optional] [readonly]
id str An alphanumeric string identifying the resource link. [optional]
href str The path to the resource. [optional]
service_id str Alphanumeric string identifying the service. [optional]
version int Integer identifying a service version. [optional]
resource_type TypeResource [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]