Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.29 KB

ExclusionPeriod.md

File metadata and controls

160 lines (87 loc) · 4.29 KB

ExclusionPeriod

Properties

Name Type Description Notes
ExclusionPeriodId Pointer to int32 [optional]
Description Pointer to string [optional]
From Pointer to map[string]interface{} [optional]
Until Pointer to map[string]interface{} [optional]
Hash Pointer to string [optional]

Methods

NewExclusionPeriod

func NewExclusionPeriod() *ExclusionPeriod

NewExclusionPeriod instantiates a new ExclusionPeriod 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

NewExclusionPeriodWithDefaults

func NewExclusionPeriodWithDefaults() *ExclusionPeriod

NewExclusionPeriodWithDefaults instantiates a new ExclusionPeriod 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

GetExclusionPeriodId

func (o *ExclusionPeriod) GetExclusionPeriodId() int32

GetExclusionPeriodId returns the ExclusionPeriodId field if non-nil, zero value otherwise.

GetExclusionPeriodIdOk

func (o *ExclusionPeriod) GetExclusionPeriodIdOk() (*int32, bool)

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

SetExclusionPeriodId

func (o *ExclusionPeriod) SetExclusionPeriodId(v int32)

SetExclusionPeriodId sets ExclusionPeriodId field to given value.

HasExclusionPeriodId

func (o *ExclusionPeriod) HasExclusionPeriodId() bool

HasExclusionPeriodId returns a boolean if a field has been set.

GetDescription

func (o *ExclusionPeriod) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *ExclusionPeriod) GetDescriptionOk() (*string, bool)

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

SetDescription

func (o *ExclusionPeriod) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *ExclusionPeriod) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetFrom

func (o *ExclusionPeriod) GetFrom() map[string]interface{}

GetFrom returns the From field if non-nil, zero value otherwise.

GetFromOk

func (o *ExclusionPeriod) GetFromOk() (*map[string]interface{}, bool)

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

SetFrom

func (o *ExclusionPeriod) SetFrom(v map[string]interface{})

SetFrom sets From field to given value.

HasFrom

func (o *ExclusionPeriod) HasFrom() bool

HasFrom returns a boolean if a field has been set.

GetUntil

func (o *ExclusionPeriod) GetUntil() map[string]interface{}

GetUntil returns the Until field if non-nil, zero value otherwise.

GetUntilOk

func (o *ExclusionPeriod) GetUntilOk() (*map[string]interface{}, bool)

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

SetUntil

func (o *ExclusionPeriod) SetUntil(v map[string]interface{})

SetUntil sets Until field to given value.

HasUntil

func (o *ExclusionPeriod) HasUntil() bool

HasUntil returns a boolean if a field has been set.

GetHash

func (o *ExclusionPeriod) GetHash() string

GetHash returns the Hash field if non-nil, zero value otherwise.

GetHashOk

func (o *ExclusionPeriod) GetHashOk() (*string, bool)

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

SetHash

func (o *ExclusionPeriod) SetHash(v string)

SetHash sets Hash field to given value.

HasHash

func (o *ExclusionPeriod) HasHash() bool

HasHash returns a boolean if a field has been set.

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