Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 3.35 KB

File metadata and controls

93 lines (50 loc) · 3.35 KB

NotificationConfigurationReadSchemaAllOf

Properties

Name Type Description Notes
Id int64
LastUpdateTimestamp int64
RuntimeStatus NotificationConfigurationRuntimeStatusValue

Methods

NewNotificationConfigurationReadSchemaAllOf

func NewNotificationConfigurationReadSchemaAllOf(id int64, lastUpdateTimestamp int64, runtimeStatus NotificationConfigurationRuntimeStatusValue, ) *NotificationConfigurationReadSchemaAllOf

NewNotificationConfigurationReadSchemaAllOf instantiates a new NotificationConfigurationReadSchemaAllOf 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

NewNotificationConfigurationReadSchemaAllOfWithDefaults

func NewNotificationConfigurationReadSchemaAllOfWithDefaults() *NotificationConfigurationReadSchemaAllOf

NewNotificationConfigurationReadSchemaAllOfWithDefaults instantiates a new NotificationConfigurationReadSchemaAllOf 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

GetId

func (o *NotificationConfigurationReadSchemaAllOf) GetId() int64

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *NotificationConfigurationReadSchemaAllOf) GetIdOk() (*int64, bool)

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

SetId

func (o *NotificationConfigurationReadSchemaAllOf) SetId(v int64)

SetId sets Id field to given value.

GetLastUpdateTimestamp

func (o *NotificationConfigurationReadSchemaAllOf) GetLastUpdateTimestamp() int64

GetLastUpdateTimestamp returns the LastUpdateTimestamp field if non-nil, zero value otherwise.

GetLastUpdateTimestampOk

func (o *NotificationConfigurationReadSchemaAllOf) GetLastUpdateTimestampOk() (*int64, bool)

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

SetLastUpdateTimestamp

func (o *NotificationConfigurationReadSchemaAllOf) SetLastUpdateTimestamp(v int64)

SetLastUpdateTimestamp sets LastUpdateTimestamp field to given value.

GetRuntimeStatus

func (o *NotificationConfigurationReadSchemaAllOf) GetRuntimeStatus() NotificationConfigurationRuntimeStatusValue

GetRuntimeStatus returns the RuntimeStatus field if non-nil, zero value otherwise.

GetRuntimeStatusOk

func (o *NotificationConfigurationReadSchemaAllOf) GetRuntimeStatusOk() (*NotificationConfigurationRuntimeStatusValue, bool)

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

SetRuntimeStatus

func (o *NotificationConfigurationReadSchemaAllOf) SetRuntimeStatus(v NotificationConfigurationRuntimeStatusValue)

SetRuntimeStatus sets RuntimeStatus field to given value.

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