Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.14 KB

DateTimePatternMatch.md

File metadata and controls

72 lines (39 loc) · 2.14 KB

DateTimePatternMatch

Properties

Name Type Description Notes
OffsetUTC int32
MaxDifference int32

Methods

NewDateTimePatternMatch

func NewDateTimePatternMatch(offsetUTC int32, maxDifference int32, ) *DateTimePatternMatch

NewDateTimePatternMatch instantiates a new DateTimePatternMatch 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

NewDateTimePatternMatchWithDefaults

func NewDateTimePatternMatchWithDefaults() *DateTimePatternMatch

NewDateTimePatternMatchWithDefaults instantiates a new DateTimePatternMatch 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

GetOffsetUTC

func (o *DateTimePatternMatch) GetOffsetUTC() int32

GetOffsetUTC returns the OffsetUTC field if non-nil, zero value otherwise.

GetOffsetUTCOk

func (o *DateTimePatternMatch) GetOffsetUTCOk() (*int32, bool)

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

SetOffsetUTC

func (o *DateTimePatternMatch) SetOffsetUTC(v int32)

SetOffsetUTC sets OffsetUTC field to given value.

GetMaxDifference

func (o *DateTimePatternMatch) GetMaxDifference() int32

GetMaxDifference returns the MaxDifference field if non-nil, zero value otherwise.

GetMaxDifferenceOk

func (o *DateTimePatternMatch) GetMaxDifferenceOk() (*int32, bool)

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

SetMaxDifference

func (o *DateTimePatternMatch) SetMaxDifference(v int32)

SetMaxDifference sets MaxDifference field to given value.

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