Name | Type | Description | Notes |
---|---|---|---|
OffsetUTC | int32 | ||
MaxDifference | int32 |
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
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
func (o *DateTimePatternMatch) GetOffsetUTC() int32
GetOffsetUTC returns the OffsetUTC field if non-nil, zero value otherwise.
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.
func (o *DateTimePatternMatch) SetOffsetUTC(v int32)
SetOffsetUTC sets OffsetUTC field to given value.
func (o *DateTimePatternMatch) GetMaxDifference() int32
GetMaxDifference returns the MaxDifference field if non-nil, zero value otherwise.
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.
func (o *DateTimePatternMatch) SetMaxDifference(v int32)
SetMaxDifference sets MaxDifference field to given value.