Skip to content

Latest commit

 

History

History
77 lines (42 loc) · 2.79 KB

File metadata and controls

77 lines (42 loc) · 2.79 KB

ResourceRemoteInfoAwsOrganizationalUnit

Properties

Name Type Description Notes
ParentId Pointer to string The id of the parent organizational unit. [optional]
OrganizationalUnitId string The id of the AWS organizational unit that is being created.

Methods

NewResourceRemoteInfoAwsOrganizationalUnit

func NewResourceRemoteInfoAwsOrganizationalUnit(organizationalUnitId string, ) *ResourceRemoteInfoAwsOrganizationalUnit

NewResourceRemoteInfoAwsOrganizationalUnit instantiates a new ResourceRemoteInfoAwsOrganizationalUnit 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

NewResourceRemoteInfoAwsOrganizationalUnitWithDefaults

func NewResourceRemoteInfoAwsOrganizationalUnitWithDefaults() *ResourceRemoteInfoAwsOrganizationalUnit

NewResourceRemoteInfoAwsOrganizationalUnitWithDefaults instantiates a new ResourceRemoteInfoAwsOrganizationalUnit 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

GetParentId

func (o *ResourceRemoteInfoAwsOrganizationalUnit) GetParentId() string

GetParentId returns the ParentId field if non-nil, zero value otherwise.

GetParentIdOk

func (o *ResourceRemoteInfoAwsOrganizationalUnit) GetParentIdOk() (*string, bool)

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

SetParentId

func (o *ResourceRemoteInfoAwsOrganizationalUnit) SetParentId(v string)

SetParentId sets ParentId field to given value.

HasParentId

func (o *ResourceRemoteInfoAwsOrganizationalUnit) HasParentId() bool

HasParentId returns a boolean if a field has been set.

GetOrganizationalUnitId

func (o *ResourceRemoteInfoAwsOrganizationalUnit) GetOrganizationalUnitId() string

GetOrganizationalUnitId returns the OrganizationalUnitId field if non-nil, zero value otherwise.

GetOrganizationalUnitIdOk

func (o *ResourceRemoteInfoAwsOrganizationalUnit) GetOrganizationalUnitIdOk() (*string, bool)

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

SetOrganizationalUnitId

func (o *ResourceRemoteInfoAwsOrganizationalUnit) SetOrganizationalUnitId(v string)

SetOrganizationalUnitId sets OrganizationalUnitId field to given value.

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