Name | Type | Description | Notes |
---|---|---|---|
ClassId | string | The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. | [default to "fcpool.Universe"] |
ObjectType | string | The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. | [default to "fcpool.Universe"] |
Account | Pointer to NullableIamAccountRelationship | [optional] |
func NewFcpoolUniverse(classId string, objectType string, ) *FcpoolUniverse
NewFcpoolUniverse instantiates a new FcpoolUniverse 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 NewFcpoolUniverseWithDefaults() *FcpoolUniverse
NewFcpoolUniverseWithDefaults instantiates a new FcpoolUniverse 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 *FcpoolUniverse) GetClassId() string
GetClassId returns the ClassId field if non-nil, zero value otherwise.
func (o *FcpoolUniverse) GetClassIdOk() (*string, bool)
GetClassIdOk returns a tuple with the ClassId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FcpoolUniverse) SetClassId(v string)
SetClassId sets ClassId field to given value.
func (o *FcpoolUniverse) GetObjectType() string
GetObjectType returns the ObjectType field if non-nil, zero value otherwise.
func (o *FcpoolUniverse) GetObjectTypeOk() (*string, bool)
GetObjectTypeOk returns a tuple with the ObjectType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FcpoolUniverse) SetObjectType(v string)
SetObjectType sets ObjectType field to given value.
func (o *FcpoolUniverse) GetAccount() IamAccountRelationship
GetAccount returns the Account field if non-nil, zero value otherwise.
func (o *FcpoolUniverse) GetAccountOk() (*IamAccountRelationship, bool)
GetAccountOk returns a tuple with the Account field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FcpoolUniverse) SetAccount(v IamAccountRelationship)
SetAccount sets Account field to given value.
func (o *FcpoolUniverse) HasAccount() bool
HasAccount returns a boolean if a field has been set.
func (o *FcpoolUniverse) SetAccountNil(b bool)
SetAccountNil sets the value for Account to be an explicit nil
func (o *FcpoolUniverse) UnsetAccount()
UnsetAccount ensures that no value is present for Account, not even an explicit nil