Name | Type | Description | Notes |
---|---|---|---|
Source | string | ||
Target | string | ||
LastSeen | time.Time | ||
Expires | Pointer to NullableTime | [optional] | |
Fresh | bool |
func NewTagRelationshipInput(source string, target string, lastSeen time.Time, fresh bool, ) *TagRelationshipInput
NewTagRelationshipInput instantiates a new TagRelationshipInput 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 NewTagRelationshipInputWithDefaults() *TagRelationshipInput
NewTagRelationshipInputWithDefaults instantiates a new TagRelationshipInput 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 *TagRelationshipInput) GetSource() string
GetSource returns the Source field if non-nil, zero value otherwise.
func (o *TagRelationshipInput) GetSourceOk() (*string, bool)
GetSourceOk returns a tuple with the Source field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TagRelationshipInput) SetSource(v string)
SetSource sets Source field to given value.
func (o *TagRelationshipInput) GetTarget() string
GetTarget returns the Target field if non-nil, zero value otherwise.
func (o *TagRelationshipInput) GetTargetOk() (*string, bool)
GetTargetOk returns a tuple with the Target field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TagRelationshipInput) SetTarget(v string)
SetTarget sets Target field to given value.
func (o *TagRelationshipInput) GetLastSeen() time.Time
GetLastSeen returns the LastSeen field if non-nil, zero value otherwise.
func (o *TagRelationshipInput) GetLastSeenOk() (*time.Time, bool)
GetLastSeenOk returns a tuple with the LastSeen field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TagRelationshipInput) SetLastSeen(v time.Time)
SetLastSeen sets LastSeen field to given value.
func (o *TagRelationshipInput) GetExpires() time.Time
GetExpires returns the Expires field if non-nil, zero value otherwise.
func (o *TagRelationshipInput) GetExpiresOk() (*time.Time, bool)
GetExpiresOk returns a tuple with the Expires field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TagRelationshipInput) SetExpires(v time.Time)
SetExpires sets Expires field to given value.
func (o *TagRelationshipInput) HasExpires() bool
HasExpires returns a boolean if a field has been set.
func (o *TagRelationshipInput) SetExpiresNil(b bool)
SetExpiresNil sets the value for Expires to be an explicit nil
func (o *TagRelationshipInput) UnsetExpires()
UnsetExpires ensures that no value is present for Expires, not even an explicit nil
func (o *TagRelationshipInput) GetFresh() bool
GetFresh returns the Fresh field if non-nil, zero value otherwise.
func (o *TagRelationshipInput) GetFreshOk() (*bool, bool)
GetFreshOk returns a tuple with the Fresh field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TagRelationshipInput) SetFresh(v bool)
SetFresh sets Fresh field to given value.