Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.04 KB

AclResponse.md

File metadata and controls

21 lines (16 loc) · 1.04 KB

WebService::Fastly::Object::AclResponse

Load the model package

use WebService::Fastly::Object::AclResponse;

Properties

Name Type Description Notes
name string Name for the ACL. Must start with an alphanumeric character and contain only alphanumeric characters, underscores, and whitespace. [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]
service_id string [optional] [readonly]
version string String representing the number identifying a version of the service. [optional] [readonly]
id string [optional] [readonly]

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