PingEventOneOf1 Model
PingEventOneOf1 Model documentation for Go SDK
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Summary | PingSummary | Summary of ping session results |
Methods
NewPingEventOneOf1
func NewPingEventOneOf1(summary interface{}, ) *PingEventOneOf1
NewPingEventOneOf1 instantiates a new PingEventOneOf1 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
NewPingEventOneOf1WithDefaults
func NewPingEventOneOf1WithDefaults() *PingEventOneOf1
NewPingEventOneOf1WithDefaults instantiates a new PingEventOneOf1 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
GetSummary
func (o *PingEventOneOf1) GetSummary() interface{}
GetSummary returns the Summary field if non-nil, zero value otherwise.
GetSummaryOk
func (o *PingEventOneOf1) GetSummaryOk() (*interface{}, bool)
GetSummaryOk returns a tuple with the Summary field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSummary
func (o *PingEventOneOf1) SetSummary(v interface{})
SetSummary sets Summary field to given value.
SetSummaryNil
func (o *PingEventOneOf1) SetSummaryNil(b bool)
SetSummaryNil sets the value for Summary to be an explicit nil
UnsetSummary
func (o *PingEventOneOf1) UnsetSummary()
UnsetSummary ensures that no value is present for Summary, not even an explicit nil