| Name | Type | Description | Notes |
|---|---|---|---|
| Id | int64 | ||
| LastUpdateTimestamp | int64 | ||
| RuntimeStatus | NotificationConfigurationRuntimeStatusValue |
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
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
func (o *NotificationConfigurationReadSchemaAllOf) GetId() int64
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *NotificationConfigurationReadSchemaAllOf) SetId(v int64)
SetId sets Id field to given value.
func (o *NotificationConfigurationReadSchemaAllOf) GetLastUpdateTimestamp() int64
GetLastUpdateTimestamp returns the LastUpdateTimestamp field if non-nil, zero value otherwise.
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.
func (o *NotificationConfigurationReadSchemaAllOf) SetLastUpdateTimestamp(v int64)
SetLastUpdateTimestamp sets LastUpdateTimestamp field to given value.
func (o *NotificationConfigurationReadSchemaAllOf) GetRuntimeStatus() NotificationConfigurationRuntimeStatusValue
GetRuntimeStatus returns the RuntimeStatus field if non-nil, zero value otherwise.
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.
func (o *NotificationConfigurationReadSchemaAllOf) SetRuntimeStatus(v NotificationConfigurationRuntimeStatusValue)
SetRuntimeStatus sets RuntimeStatus field to given value.