GoogleAdsSearchads360V23ResourcesMobileDeviceConstant class

A mobile device constant.

Constructors

GoogleAdsSearchads360V23ResourcesMobileDeviceConstant({String? id, String? manufacturerName, String? name, String? operatingSystemName, String? resourceName, String? type})
GoogleAdsSearchads360V23ResourcesMobileDeviceConstant.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
id String?
The ID of the mobile device constant.
getter/setter pair
manufacturerName String?
The manufacturer of the mobile device.
getter/setter pair
name String?
The name of the mobile device.
getter/setter pair
operatingSystemName String?
The operating system of the mobile device.
getter/setter pair
resourceName String?
The resource name of the mobile device constant.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
The type of mobile device.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited