Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.08 KB

BuildBundleFileSizeAttributes.md

File metadata and controls

134 lines (73 loc) · 4.08 KB

BuildBundleFileSizeAttributes

Properties

Name Type Description Notes
DeviceModel Pointer to string [optional]
OsVersion Pointer to string [optional]
DownloadBytes Pointer to int32 [optional]
InstallBytes Pointer to int32 [optional]

Methods

NewBuildBundleFileSizeAttributes

func NewBuildBundleFileSizeAttributes() *BuildBundleFileSizeAttributes

NewBuildBundleFileSizeAttributes instantiates a new BuildBundleFileSizeAttributes 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

NewBuildBundleFileSizeAttributesWithDefaults

func NewBuildBundleFileSizeAttributesWithDefaults() *BuildBundleFileSizeAttributes

NewBuildBundleFileSizeAttributesWithDefaults instantiates a new BuildBundleFileSizeAttributes 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

GetDeviceModel

func (o *BuildBundleFileSizeAttributes) GetDeviceModel() string

GetDeviceModel returns the DeviceModel field if non-nil, zero value otherwise.

GetDeviceModelOk

func (o *BuildBundleFileSizeAttributes) GetDeviceModelOk() (*string, bool)

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

SetDeviceModel

func (o *BuildBundleFileSizeAttributes) SetDeviceModel(v string)

SetDeviceModel sets DeviceModel field to given value.

HasDeviceModel

func (o *BuildBundleFileSizeAttributes) HasDeviceModel() bool

HasDeviceModel returns a boolean if a field has been set.

GetOsVersion

func (o *BuildBundleFileSizeAttributes) GetOsVersion() string

GetOsVersion returns the OsVersion field if non-nil, zero value otherwise.

GetOsVersionOk

func (o *BuildBundleFileSizeAttributes) GetOsVersionOk() (*string, bool)

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

SetOsVersion

func (o *BuildBundleFileSizeAttributes) SetOsVersion(v string)

SetOsVersion sets OsVersion field to given value.

HasOsVersion

func (o *BuildBundleFileSizeAttributes) HasOsVersion() bool

HasOsVersion returns a boolean if a field has been set.

GetDownloadBytes

func (o *BuildBundleFileSizeAttributes) GetDownloadBytes() int32

GetDownloadBytes returns the DownloadBytes field if non-nil, zero value otherwise.

GetDownloadBytesOk

func (o *BuildBundleFileSizeAttributes) GetDownloadBytesOk() (*int32, bool)

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

SetDownloadBytes

func (o *BuildBundleFileSizeAttributes) SetDownloadBytes(v int32)

SetDownloadBytes sets DownloadBytes field to given value.

HasDownloadBytes

func (o *BuildBundleFileSizeAttributes) HasDownloadBytes() bool

HasDownloadBytes returns a boolean if a field has been set.

GetInstallBytes

func (o *BuildBundleFileSizeAttributes) GetInstallBytes() int32

GetInstallBytes returns the InstallBytes field if non-nil, zero value otherwise.

GetInstallBytesOk

func (o *BuildBundleFileSizeAttributes) GetInstallBytesOk() (*int32, bool)

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

SetInstallBytes

func (o *BuildBundleFileSizeAttributes) SetInstallBytes(v int32)

SetInstallBytes sets InstallBytes field to given value.

HasInstallBytes

func (o *BuildBundleFileSizeAttributes) HasInstallBytes() bool

HasInstallBytes returns a boolean if a field has been set.

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