Skip to main content

ProvisioningConfigManagedResourceRefsInner

Properties

NameTypeDescriptionNotes
TypePointer to map[string]interfaceThe type of object being referenced[optional]
IdPointer to map[string]interfaceID of the source[optional]
NamePointer to map[string]interfaceHuman-readable display name of the source[optional]

Methods

NewProvisioningConfigManagedResourceRefsInner

func NewProvisioningConfigManagedResourceRefsInner() *ProvisioningConfigManagedResourceRefsInner

NewProvisioningConfigManagedResourceRefsInner instantiates a new ProvisioningConfigManagedResourceRefsInner 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

NewProvisioningConfigManagedResourceRefsInnerWithDefaults

func NewProvisioningConfigManagedResourceRefsInnerWithDefaults() *ProvisioningConfigManagedResourceRefsInner

NewProvisioningConfigManagedResourceRefsInnerWithDefaults instantiates a new ProvisioningConfigManagedResourceRefsInner 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

GetType

func (o *ProvisioningConfigManagedResourceRefsInner) GetType() map[string]interface{}

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *ProvisioningConfigManagedResourceRefsInner) GetTypeOk() (*map[string]interface{}, 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.

SetType

func (o *ProvisioningConfigManagedResourceRefsInner) SetType(v map[string]interface{})

SetType sets Type field to given value.

HasType

func (o *ProvisioningConfigManagedResourceRefsInner) HasType() bool

HasType returns a boolean if a field has been set.

GetId

func (o *ProvisioningConfigManagedResourceRefsInner) GetId() map[string]interface{}

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *ProvisioningConfigManagedResourceRefsInner) GetIdOk() (*map[string]interface{}, bool)

GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetId

func (o *ProvisioningConfigManagedResourceRefsInner) SetId(v map[string]interface{})

SetId sets Id field to given value.

HasId

func (o *ProvisioningConfigManagedResourceRefsInner) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *ProvisioningConfigManagedResourceRefsInner) GetName() map[string]interface{}

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *ProvisioningConfigManagedResourceRefsInner) GetNameOk() (*map[string]interface{}, bool)

GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetName

func (o *ProvisioningConfigManagedResourceRefsInner) SetName(v map[string]interface{})

SetName sets Name field to given value.

HasName

func (o *ProvisioningConfigManagedResourceRefsInner) HasName() bool

HasName returns a boolean if a field has been set.