Name | Type | Description | Notes |
---|---|---|---|
TypeName | Pointer to string | [optional] | |
Attributes | Pointer to map[string]map[string]interface{} | [optional] | |
EntityGuid | Pointer to string | [optional] | |
EntityStatus | Pointer to string | [optional] | |
Propagate | Pointer to bool | [optional] | |
ValidityPeriods | Pointer to []TimeBoundary | [optional] | |
RemovePropagationsOnEntityDelete | Pointer to bool | [optional] | |
EntityType | Pointer to string | [optional] | |
EntityName | Pointer to string | [optional] |
func NewTag() *Tag
NewTag instantiates a new Tag 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 NewTagWithDefaults() *Tag
NewTagWithDefaults instantiates a new Tag 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 *Tag) GetTypeName() string
GetTypeName returns the TypeName field if non-nil, zero value otherwise.
func (o *Tag) GetTypeNameOk() (*string, bool)
GetTypeNameOk returns a tuple with the TypeName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Tag) SetTypeName(v string)
SetTypeName sets TypeName field to given value.
func (o *Tag) HasTypeName() bool
HasTypeName returns a boolean if a field has been set.
func (o *Tag) GetAttributes() map[string]map[string]interface{}
GetAttributes returns the Attributes field if non-nil, zero value otherwise.
func (o *Tag) GetAttributesOk() (*map[string]map[string]interface{}, bool)
GetAttributesOk returns a tuple with the Attributes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Tag) SetAttributes(v map[string]map[string]interface{})
SetAttributes sets Attributes field to given value.
func (o *Tag) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (o *Tag) GetEntityGuid() string
GetEntityGuid returns the EntityGuid field if non-nil, zero value otherwise.
func (o *Tag) GetEntityGuidOk() (*string, bool)
GetEntityGuidOk returns a tuple with the EntityGuid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Tag) SetEntityGuid(v string)
SetEntityGuid sets EntityGuid field to given value.
func (o *Tag) HasEntityGuid() bool
HasEntityGuid returns a boolean if a field has been set.
func (o *Tag) GetEntityStatus() string
GetEntityStatus returns the EntityStatus field if non-nil, zero value otherwise.
func (o *Tag) GetEntityStatusOk() (*string, bool)
GetEntityStatusOk returns a tuple with the EntityStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Tag) SetEntityStatus(v string)
SetEntityStatus sets EntityStatus field to given value.
func (o *Tag) HasEntityStatus() bool
HasEntityStatus returns a boolean if a field has been set.
func (o *Tag) GetPropagate() bool
GetPropagate returns the Propagate field if non-nil, zero value otherwise.
func (o *Tag) GetPropagateOk() (*bool, bool)
GetPropagateOk returns a tuple with the Propagate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Tag) SetPropagate(v bool)
SetPropagate sets Propagate field to given value.
func (o *Tag) HasPropagate() bool
HasPropagate returns a boolean if a field has been set.
func (o *Tag) GetValidityPeriods() []TimeBoundary
GetValidityPeriods returns the ValidityPeriods field if non-nil, zero value otherwise.
func (o *Tag) GetValidityPeriodsOk() (*[]TimeBoundary, bool)
GetValidityPeriodsOk returns a tuple with the ValidityPeriods field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Tag) SetValidityPeriods(v []TimeBoundary)
SetValidityPeriods sets ValidityPeriods field to given value.
func (o *Tag) HasValidityPeriods() bool
HasValidityPeriods returns a boolean if a field has been set.
func (o *Tag) GetRemovePropagationsOnEntityDelete() bool
GetRemovePropagationsOnEntityDelete returns the RemovePropagationsOnEntityDelete field if non-nil, zero value otherwise.
func (o *Tag) GetRemovePropagationsOnEntityDeleteOk() (*bool, bool)
GetRemovePropagationsOnEntityDeleteOk returns a tuple with the RemovePropagationsOnEntityDelete field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Tag) SetRemovePropagationsOnEntityDelete(v bool)
SetRemovePropagationsOnEntityDelete sets RemovePropagationsOnEntityDelete field to given value.
func (o *Tag) HasRemovePropagationsOnEntityDelete() bool
HasRemovePropagationsOnEntityDelete returns a boolean if a field has been set.
func (o *Tag) GetEntityType() string
GetEntityType returns the EntityType field if non-nil, zero value otherwise.
func (o *Tag) GetEntityTypeOk() (*string, bool)
GetEntityTypeOk returns a tuple with the EntityType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Tag) SetEntityType(v string)
SetEntityType sets EntityType field to given value.
func (o *Tag) HasEntityType() bool
HasEntityType returns a boolean if a field has been set.
func (o *Tag) GetEntityName() string
GetEntityName returns the EntityName field if non-nil, zero value otherwise.
func (o *Tag) GetEntityNameOk() (*string, bool)
GetEntityNameOk returns a tuple with the EntityName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Tag) SetEntityName(v string)
SetEntityName sets EntityName field to given value.
func (o *Tag) HasEntityName() bool
HasEntityName returns a boolean if a field has been set.