Skip to content

Latest commit

 

History

History
328 lines (181 loc) · 8.97 KB

ConditionResponse.md

File metadata and controls

328 lines (181 loc) · 8.97 KB

ConditionResponse

Properties

Name Type Description Notes
Comment Pointer to NullableString A freeform descriptive note. [optional]
Name Pointer to string Name of the condition. Required. [optional]
Priority Pointer to string A numeric string. Priority determines execution order. Lower numbers execute first. [optional] [default to "100"]
Statement Pointer to string A conditional expression in VCL used to determine if the condition is met. [optional]
ServiceID Pointer to string [optional] [readonly]
Version Pointer to string A numeric string that represents the service version. [optional]
Type Pointer to string Type of the condition. Required. [optional]
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

NewConditionResponse

func NewConditionResponse() *ConditionResponse

NewConditionResponse instantiates a new ConditionResponse 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

NewConditionResponseWithDefaults

func NewConditionResponseWithDefaults() *ConditionResponse

NewConditionResponseWithDefaults instantiates a new ConditionResponse 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

GetComment

func (o *ConditionResponse) GetComment() string

GetComment returns the Comment field if non-nil, zero value otherwise.

GetCommentOk

func (o *ConditionResponse) GetCommentOk() (*string, bool)

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

SetComment

func (o *ConditionResponse) SetComment(v string)

SetComment sets Comment field to given value.

HasComment

func (o *ConditionResponse) HasComment() bool

HasComment returns a boolean if a field has been set.

SetCommentNil

func (o *ConditionResponse) SetCommentNil(b bool)

SetCommentNil sets the value for Comment to be an explicit nil

UnsetComment

func (o *ConditionResponse) UnsetComment()

UnsetComment ensures that no value is present for Comment, not even an explicit nil

GetName

func (o *ConditionResponse) GetName() string

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

GetNameOk

func (o *ConditionResponse) 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 *ConditionResponse) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *ConditionResponse) HasName() bool

HasName returns a boolean if a field has been set.

GetPriority

func (o *ConditionResponse) GetPriority() string

GetPriority returns the Priority field if non-nil, zero value otherwise.

GetPriorityOk

func (o *ConditionResponse) GetPriorityOk() (*string, bool)

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

SetPriority

func (o *ConditionResponse) SetPriority(v string)

SetPriority sets Priority field to given value.

HasPriority

func (o *ConditionResponse) HasPriority() bool

HasPriority returns a boolean if a field has been set.

GetStatement

func (o *ConditionResponse) GetStatement() string

GetStatement returns the Statement field if non-nil, zero value otherwise.

GetStatementOk

func (o *ConditionResponse) GetStatementOk() (*string, bool)

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

SetStatement

func (o *ConditionResponse) SetStatement(v string)

SetStatement sets Statement field to given value.

HasStatement

func (o *ConditionResponse) HasStatement() bool

HasStatement returns a boolean if a field has been set.

GetServiceID

func (o *ConditionResponse) GetServiceID() string

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

GetServiceIDOk

func (o *ConditionResponse) 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 *ConditionResponse) SetServiceID(v string)

SetServiceID sets ServiceID field to given value.

HasServiceID

func (o *ConditionResponse) HasServiceID() bool

HasServiceID returns a boolean if a field has been set.

GetVersion

func (o *ConditionResponse) GetVersion() string

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

GetVersionOk

func (o *ConditionResponse) GetVersionOk() (*string, 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 *ConditionResponse) SetVersion(v string)

SetVersion sets Version field to given value.

HasVersion

func (o *ConditionResponse) HasVersion() bool

HasVersion returns a boolean if a field has been set.

GetType

func (o *ConditionResponse) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *ConditionResponse) GetTypeOk() (*string, bool)

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

SetType

func (o *ConditionResponse) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *ConditionResponse) HasType() bool

HasType returns a boolean if a field has been set.

GetCreatedAt

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

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

GetCreatedAtOk

func (o *ConditionResponse) 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 *ConditionResponse) SetCreatedAt(v time.Time)

SetCreatedAt sets CreatedAt field to given value.

HasCreatedAt

func (o *ConditionResponse) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

SetCreatedAtNil

func (o *ConditionResponse) SetCreatedAtNil(b bool)

SetCreatedAtNil sets the value for CreatedAt to be an explicit nil

UnsetCreatedAt

func (o *ConditionResponse) UnsetCreatedAt()

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

GetDeletedAt

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

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

GetDeletedAtOk

func (o *ConditionResponse) 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 *ConditionResponse) SetDeletedAt(v time.Time)

SetDeletedAt sets DeletedAt field to given value.

HasDeletedAt

func (o *ConditionResponse) HasDeletedAt() bool

HasDeletedAt returns a boolean if a field has been set.

SetDeletedAtNil

func (o *ConditionResponse) SetDeletedAtNil(b bool)

SetDeletedAtNil sets the value for DeletedAt to be an explicit nil

UnsetDeletedAt

func (o *ConditionResponse) UnsetDeletedAt()

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

GetUpdatedAt

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

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

GetUpdatedAtOk

func (o *ConditionResponse) 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 *ConditionResponse) SetUpdatedAt(v time.Time)

SetUpdatedAt sets UpdatedAt field to given value.

HasUpdatedAt

func (o *ConditionResponse) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

SetUpdatedAtNil

func (o *ConditionResponse) SetUpdatedAtNil(b bool)

SetUpdatedAtNil sets the value for UpdatedAt to be an explicit nil

UnsetUpdatedAt

func (o *ConditionResponse) UnsetUpdatedAt()

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

Back to API list | Back to README