Skip to content

Files

Latest commit

 

History

History
17 lines (13 loc) · 819 Bytes

VclResponse.md

File metadata and controls

17 lines (13 loc) · 819 Bytes

Fastly::VclResponse

Properties

Name Type Description Notes
content String The VCL code to be included. [optional]
main Boolean Set to true when this is the main VCL, otherwise false. [optional]
name String The name of this VCL. [optional]
service_id String [optional][readonly]
version Integer [optional][readonly]
created_at Time Date and time in ISO 8601 format. [optional][readonly]
deleted_at Time Date and time in ISO 8601 format. [optional][readonly]
updated_at Time Date and time in ISO 8601 format. [optional][readonly]

[Back to API list] [Back to README]