Skip to content

Latest commit

 

History

History
266 lines (147 loc) · 6.88 KB

VclResponse.md

File metadata and controls

266 lines (147 loc) · 6.88 KB

VclResponse

Properties

Name Type Description Notes
Content Pointer to string The VCL code to be included. [optional]
Main Pointer to bool Set to true when this is the main VCL, otherwise false. [optional]
Name Pointer to string The name of this VCL. [optional]
ServiceID Pointer to string [optional] [readonly]
Version Pointer to int32 [optional] [readonly]
CreatedAt Pointer to NullableTime Date and time in ISO 8601 format. [optional] [readonly]
DeletedAt Pointer to NullableTime Date and time in ISO 8601 format. [optional] [readonly]
UpdatedAt Pointer to NullableTime Date and time in ISO 8601 format. [optional] [readonly]

Methods

NewVclResponse

func NewVclResponse() *VclResponse

NewVclResponse instantiates a new VclResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewVclResponseWithDefaults

func NewVclResponseWithDefaults() *VclResponse

NewVclResponseWithDefaults instantiates a new VclResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetContent

func (o *VclResponse) GetContent() string

GetContent returns the Content field if non-nil, zero value otherwise.

GetContentOk

func (o *VclResponse) GetContentOk() (*string, bool)

GetContentOk returns a tuple with the Content field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetContent

func (o *VclResponse) SetContent(v string)

SetContent sets Content field to given value.

HasContent

func (o *VclResponse) HasContent() bool

HasContent returns a boolean if a field has been set.

GetMain

func (o *VclResponse) GetMain() bool

GetMain returns the Main field if non-nil, zero value otherwise.

GetMainOk

func (o *VclResponse) GetMainOk() (*bool, bool)

GetMainOk returns a tuple with the Main field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMain

func (o *VclResponse) SetMain(v bool)

SetMain sets Main field to given value.

HasMain

func (o *VclResponse) HasMain() bool

HasMain returns a boolean if a field has been set.

GetName

func (o *VclResponse) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *VclResponse) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetName

func (o *VclResponse) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *VclResponse) HasName() bool

HasName returns a boolean if a field has been set.

GetServiceID

func (o *VclResponse) GetServiceID() string

GetServiceID returns the ServiceID field if non-nil, zero value otherwise.

GetServiceIDOk

func (o *VclResponse) GetServiceIDOk() (*string, bool)

GetServiceIDOk returns a tuple with the ServiceID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetServiceID

func (o *VclResponse) SetServiceID(v string)

SetServiceID sets ServiceID field to given value.

HasServiceID

func (o *VclResponse) HasServiceID() bool

HasServiceID returns a boolean if a field has been set.

GetVersion

func (o *VclResponse) GetVersion() int32

GetVersion returns the Version field if non-nil, zero value otherwise.

GetVersionOk

func (o *VclResponse) GetVersionOk() (*int32, bool)

GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetVersion

func (o *VclResponse) SetVersion(v int32)

SetVersion sets Version field to given value.

HasVersion

func (o *VclResponse) HasVersion() bool

HasVersion returns a boolean if a field has been set.

GetCreatedAt

func (o *VclResponse) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.

GetCreatedAtOk

func (o *VclResponse) GetCreatedAtOk() (*time.Time, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCreatedAt

func (o *VclResponse) SetCreatedAt(v time.Time)

SetCreatedAt sets CreatedAt field to given value.

HasCreatedAt

func (o *VclResponse) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

SetCreatedAtNil

func (o *VclResponse) SetCreatedAtNil(b bool)

SetCreatedAtNil sets the value for CreatedAt to be an explicit nil

UnsetCreatedAt

func (o *VclResponse) UnsetCreatedAt()

UnsetCreatedAt ensures that no value is present for CreatedAt, not even an explicit nil

GetDeletedAt

func (o *VclResponse) GetDeletedAt() time.Time

GetDeletedAt returns the DeletedAt field if non-nil, zero value otherwise.

GetDeletedAtOk

func (o *VclResponse) GetDeletedAtOk() (*time.Time, bool)

GetDeletedAtOk returns a tuple with the DeletedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDeletedAt

func (o *VclResponse) SetDeletedAt(v time.Time)

SetDeletedAt sets DeletedAt field to given value.

HasDeletedAt

func (o *VclResponse) HasDeletedAt() bool

HasDeletedAt returns a boolean if a field has been set.

SetDeletedAtNil

func (o *VclResponse) SetDeletedAtNil(b bool)

SetDeletedAtNil sets the value for DeletedAt to be an explicit nil

UnsetDeletedAt

func (o *VclResponse) UnsetDeletedAt()

UnsetDeletedAt ensures that no value is present for DeletedAt, not even an explicit nil

GetUpdatedAt

func (o *VclResponse) GetUpdatedAt() time.Time

GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.

GetUpdatedAtOk

func (o *VclResponse) GetUpdatedAtOk() (*time.Time, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUpdatedAt

func (o *VclResponse) SetUpdatedAt(v time.Time)

SetUpdatedAt sets UpdatedAt field to given value.

HasUpdatedAt

func (o *VclResponse) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

SetUpdatedAtNil

func (o *VclResponse) SetUpdatedAtNil(b bool)

SetUpdatedAtNil sets the value for UpdatedAt to be an explicit nil

UnsetUpdatedAt

func (o *VclResponse) UnsetUpdatedAt()

UnsetUpdatedAt ensures that no value is present for UpdatedAt, not even an explicit nil

Back to API list | Back to README