Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 798 Bytes

VclResponse.md

File metadata and controls

18 lines (13 loc) · 798 Bytes

VclResponse

Properties

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

[Back to API list] [Back to README]