func NewBackupUnit(properties BackupUnitProperties, ) *BackupUnit
func NewBackupUnitWithDefaults() *BackupUnit
func (o *BackupUnit) GetId() string
func (o *BackupUnit) GetIdOk() (*string, bool)
func (o *BackupUnit) SetId(v string)
func (o *BackupUnit) HasId() bool
func (o *BackupUnit) GetType() string
func (o *BackupUnit) GetTypeOk() (*string, bool)
func (o *BackupUnit) SetType(v string)
func (o *BackupUnit) HasType() bool
func (o *BackupUnit) GetHref() string
func (o *BackupUnit) GetHrefOk() (*string, bool)
func (o *BackupUnit) SetHref(v string)
func (o *BackupUnit) HasHref() bool
func (o *BackupUnit) GetMetadata() DatacenterElementMetadata
func (o *BackupUnit) GetMetadataOk() (*DatacenterElementMetadata, bool)
func (o *BackupUnit) SetMetadata(v DatacenterElementMetadata)
func (o *BackupUnit) HasMetadata() bool
func (o *BackupUnit) GetProperties() BackupUnitProperties
func (o *BackupUnit) GetPropertiesOk() (*BackupUnitProperties, bool)
func (o *BackupUnit) SetProperties(v BackupUnitProperties)