Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.2 KB

ResourceResponse.md

File metadata and controls

24 lines (19 loc) · 1.2 KB

WebService::Fastly::Object::ResourceResponse

Load the model package

use WebService::Fastly::Object::ResourceResponse;

Properties

Name Type Description Notes
resource_id string The ID of the underlying linked resource. [optional]
name string The name of the resource link. [optional]
created_at DateTime Date and time in ISO 8601 format. [optional] [readonly]
deleted_at DateTime Date and time in ISO 8601 format. [optional] [readonly]
updated_at DateTime Date and time in ISO 8601 format. [optional] [readonly]
id string An alphanumeric string identifying the resource link. [optional]
href string The path to the resource. [optional]
service_id string Alphanumeric string identifying the service. [optional]
version int Integer identifying a service version. [optional]
resource_type TypeResource [optional]

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