| Name | Type | Description | Notes |
|---|---|---|---|
| OrganizationId | string | The id of the organization. |
func NewResourceRemoteInfoGcpOrganization(organizationId string, ) *ResourceRemoteInfoGcpOrganization
NewResourceRemoteInfoGcpOrganization instantiates a new ResourceRemoteInfoGcpOrganization 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 NewResourceRemoteInfoGcpOrganizationWithDefaults() *ResourceRemoteInfoGcpOrganization
NewResourceRemoteInfoGcpOrganizationWithDefaults instantiates a new ResourceRemoteInfoGcpOrganization 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 *ResourceRemoteInfoGcpOrganization) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field if non-nil, zero value otherwise.
func (o *ResourceRemoteInfoGcpOrganization) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResourceRemoteInfoGcpOrganization) SetOrganizationId(v string)
SetOrganizationId sets OrganizationId field to given value.