Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.54 KB

ProvisioningConfigManagedResourceRefsInner.md

File metadata and controls

108 lines (59 loc) · 3.54 KB

ProvisioningConfigManagedResourceRefsInner

Properties

Name Type Description Notes
Type Pointer to map[string]interface{} The type of object being referenced [optional]
Id Pointer to map[string]interface{} ID of the source [optional]
Name Pointer to map[string]interface{} Human-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.

[Back to Model list] [Back to API list] [Back to README]