Name | Type | Description | Notes |
---|---|---|---|
DirectlyRelatedUserTypes | Pointer to []RelationReference | [optional] | |
Module | Pointer to string | [optional] | |
SourceInfo | Pointer to SourceInfo | [optional] |
func NewRelationMetadata() *RelationMetadata
NewRelationMetadata instantiates a new RelationMetadata 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 NewRelationMetadataWithDefaults() *RelationMetadata
NewRelationMetadataWithDefaults instantiates a new RelationMetadata 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 *RelationMetadata) GetDirectlyRelatedUserTypes() []RelationReference
GetDirectlyRelatedUserTypes returns the DirectlyRelatedUserTypes field if non-nil, zero value otherwise.
func (o *RelationMetadata) GetDirectlyRelatedUserTypesOk() (*[]RelationReference, bool)
GetDirectlyRelatedUserTypesOk returns a tuple with the DirectlyRelatedUserTypes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RelationMetadata) SetDirectlyRelatedUserTypes(v []RelationReference)
SetDirectlyRelatedUserTypes sets DirectlyRelatedUserTypes field to given value.
func (o *RelationMetadata) HasDirectlyRelatedUserTypes() bool
HasDirectlyRelatedUserTypes returns a boolean if a field has been set.
func (o *RelationMetadata) GetModule() string
GetModule returns the Module field if non-nil, zero value otherwise.
func (o *RelationMetadata) GetModuleOk() (*string, bool)
GetModuleOk returns a tuple with the Module field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RelationMetadata) SetModule(v string)
SetModule sets Module field to given value.
func (o *RelationMetadata) HasModule() bool
HasModule returns a boolean if a field has been set.
func (o *RelationMetadata) GetSourceInfo() SourceInfo
GetSourceInfo returns the SourceInfo field if non-nil, zero value otherwise.
func (o *RelationMetadata) GetSourceInfoOk() (*SourceInfo, bool)
GetSourceInfoOk returns a tuple with the SourceInfo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RelationMetadata) SetSourceInfo(v SourceInfo)
SetSourceInfo sets SourceInfo field to given value.
func (o *RelationMetadata) HasSourceInfo() bool
HasSourceInfo returns a boolean if a field has been set.