Name | Type | Description | Notes |
---|---|---|---|
Type | string | ||
Relation | Pointer to string | [optional] | |
Wildcard | Pointer to map[string]interface{} | [optional] | |
Condition | Pointer to string | The name of a condition that is enforced over the allowed relation. | [optional] |
func NewRelationReference(type_ string, ) *RelationReference
NewRelationReference instantiates a new RelationReference 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 NewRelationReferenceWithDefaults() *RelationReference
NewRelationReferenceWithDefaults instantiates a new RelationReference 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 *RelationReference) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *RelationReference) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RelationReference) SetType(v string)
SetType sets Type field to given value.
func (o *RelationReference) GetRelation() string
GetRelation returns the Relation field if non-nil, zero value otherwise.
func (o *RelationReference) GetRelationOk() (*string, bool)
GetRelationOk returns a tuple with the Relation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RelationReference) SetRelation(v string)
SetRelation sets Relation field to given value.
func (o *RelationReference) HasRelation() bool
HasRelation returns a boolean if a field has been set.
func (o *RelationReference) GetWildcard() map[string]interface{}
GetWildcard returns the Wildcard field if non-nil, zero value otherwise.
func (o *RelationReference) GetWildcardOk() (*map[string]interface{}, bool)
GetWildcardOk returns a tuple with the Wildcard field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RelationReference) SetWildcard(v map[string]interface{})
SetWildcard sets Wildcard field to given value.
func (o *RelationReference) HasWildcard() bool
HasWildcard returns a boolean if a field has been set.
func (o *RelationReference) GetCondition() string
GetCondition returns the Condition field if non-nil, zero value otherwise.
func (o *RelationReference) GetConditionOk() (*string, bool)
GetConditionOk returns a tuple with the Condition field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RelationReference) SetCondition(v string)
SetCondition sets Condition field to given value.
func (o *RelationReference) HasCondition() bool
HasCondition returns a boolean if a field has been set.