Name | Type | Description | Notes |
---|---|---|---|
DeviceModel | Pointer to string | [optional] | |
OsVersion | Pointer to string | [optional] | |
DownloadBytes | Pointer to int32 | [optional] | |
InstallBytes | Pointer to int32 | [optional] |
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
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
func (o *BuildBundleFileSizeAttributes) GetDeviceModel() string
GetDeviceModel returns the DeviceModel field if non-nil, zero value otherwise.
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.
func (o *BuildBundleFileSizeAttributes) SetDeviceModel(v string)
SetDeviceModel sets DeviceModel field to given value.
func (o *BuildBundleFileSizeAttributes) HasDeviceModel() bool
HasDeviceModel returns a boolean if a field has been set.
func (o *BuildBundleFileSizeAttributes) GetOsVersion() string
GetOsVersion returns the OsVersion field if non-nil, zero value otherwise.
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.
func (o *BuildBundleFileSizeAttributes) SetOsVersion(v string)
SetOsVersion sets OsVersion field to given value.
func (o *BuildBundleFileSizeAttributes) HasOsVersion() bool
HasOsVersion returns a boolean if a field has been set.
func (o *BuildBundleFileSizeAttributes) GetDownloadBytes() int32
GetDownloadBytes returns the DownloadBytes field if non-nil, zero value otherwise.
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.
func (o *BuildBundleFileSizeAttributes) SetDownloadBytes(v int32)
SetDownloadBytes sets DownloadBytes field to given value.
func (o *BuildBundleFileSizeAttributes) HasDownloadBytes() bool
HasDownloadBytes returns a boolean if a field has been set.
func (o *BuildBundleFileSizeAttributes) GetInstallBytes() int32
GetInstallBytes returns the InstallBytes field if non-nil, zero value otherwise.
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.
func (o *BuildBundleFileSizeAttributes) SetInstallBytes(v int32)
SetInstallBytes sets InstallBytes field to given value.
func (o *BuildBundleFileSizeAttributes) HasInstallBytes() bool
HasInstallBytes returns a boolean if a field has been set.