Reference documentation and code samples for the Google Ads Ad Manager V1 Client class MobileDeviceSubmodel.
Represents a mobile device submodel.
Generated from protobuf message google.ads.admanager.v1.MobileDeviceSubmodel
Namespace
Google \ Ads \ AdManager \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Identifier. The resource name of the MobileDeviceSubmodel
. Format: networks/{network_code}/mobileDeviceSubmodels/{mobile_device_submodel}
↳ display_name
string
Output only. The display name of the mobile device submodel.
↳ mobile_device
string
Output only. The mobile device associated with the submodel. Format: networks/{network_code}/mobileDevices/{mobile_device}
getName
Identifier. The resource name of the MobileDeviceSubmodel
.
Format: networks/{network_code}/mobileDeviceSubmodels/{mobile_device_submodel}
string
setName
Identifier. The resource name of the MobileDeviceSubmodel
.
Format: networks/{network_code}/mobileDeviceSubmodels/{mobile_device_submodel}
var
string
$this
getDisplayName
Output only. The display name of the mobile device submodel.
string
hasDisplayName
clearDisplayName
setDisplayName
Output only. The display name of the mobile device submodel.
var
string
$this
getMobileDevice
Output only. The mobile device associated with the submodel.
Format: networks/{network_code}/mobileDevices/{mobile_device}
string
hasMobileDevice
clearMobileDevice
setMobileDevice
Output only. The mobile device associated with the submodel.
Format: networks/{network_code}/mobileDevices/{mobile_device}
var
string
$this

