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 "hcl.OperatingSystem"] |
ObjectType | string | The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. | [default to "hcl.OperatingSystem"] |
Version | Pointer to string | Version of the Operating System. | [optional] |
Vendor | Pointer to NullableHclOperatingSystemVendorRelationship | [optional] |
func NewHclOperatingSystem(classId string, objectType string, ) *HclOperatingSystem
NewHclOperatingSystem instantiates a new HclOperatingSystem 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 NewHclOperatingSystemWithDefaults() *HclOperatingSystem
NewHclOperatingSystemWithDefaults instantiates a new HclOperatingSystem 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 *HclOperatingSystem) GetClassId() string
GetClassId returns the ClassId field if non-nil, zero value otherwise.
func (o *HclOperatingSystem) 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 *HclOperatingSystem) SetClassId(v string)
SetClassId sets ClassId field to given value.
func (o *HclOperatingSystem) GetObjectType() string
GetObjectType returns the ObjectType field if non-nil, zero value otherwise.
func (o *HclOperatingSystem) 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 *HclOperatingSystem) SetObjectType(v string)
SetObjectType sets ObjectType field to given value.
func (o *HclOperatingSystem) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *HclOperatingSystem) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HclOperatingSystem) SetVersion(v string)
SetVersion sets Version field to given value.
func (o *HclOperatingSystem) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (o *HclOperatingSystem) GetVendor() HclOperatingSystemVendorRelationship
GetVendor returns the Vendor field if non-nil, zero value otherwise.
func (o *HclOperatingSystem) GetVendorOk() (*HclOperatingSystemVendorRelationship, bool)
GetVendorOk returns a tuple with the Vendor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HclOperatingSystem) SetVendor(v HclOperatingSystemVendorRelationship)
SetVendor sets Vendor field to given value.
func (o *HclOperatingSystem) HasVendor() bool
HasVendor returns a boolean if a field has been set.
func (o *HclOperatingSystem) SetVendorNil(b bool)
SetVendorNil sets the value for Vendor to be an explicit nil
func (o *HclOperatingSystem) UnsetVendor()
UnsetVendor ensures that no value is present for Vendor, not even an explicit nil