PingEventOneOf2 Model
PingEventOneOf2 Model documentation for Go SDK
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Notice | PingNotice | Notice or informational message |
Methods
NewPingEventOneOf2
func NewPingEventOneOf2(notice interface{}, ) *PingEventOneOf2
NewPingEventOneOf2 instantiates a new PingEventOneOf2 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
NewPingEventOneOf2WithDefaults
func NewPingEventOneOf2WithDefaults() *PingEventOneOf2
NewPingEventOneOf2WithDefaults instantiates a new PingEventOneOf2 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
GetNotice
func (o *PingEventOneOf2) GetNotice() interface{}
GetNotice returns the Notice field if non-nil, zero value otherwise.
GetNoticeOk
func (o *PingEventOneOf2) GetNoticeOk() (*interface{}, bool)
GetNoticeOk returns a tuple with the Notice field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetNotice
func (o *PingEventOneOf2) SetNotice(v interface{})
SetNotice sets Notice field to given value.
SetNoticeNil
func (o *PingEventOneOf2) SetNoticeNil(b bool)
SetNoticeNil sets the value for Notice to be an explicit nil
UnsetNotice
func (o *PingEventOneOf2) UnsetNotice()
UnsetNotice ensures that no value is present for Notice, not even an explicit nil