GoogleAdsSearchads360V23ResourcesOperatingSystemVersionConstant class
A mobile operating system version or a range of versions, depending on
operator_type.
List of available mobile platforms at https://developers.google.com/google-ads/api/reference/data/codes-formats#mobile-platforms
Constructors
- GoogleAdsSearchads360V23ResourcesOperatingSystemVersionConstant({String? id, String? name, String? operatorType, int? osMajorVersion, int? osMinorVersion, String? resourceName})
- GoogleAdsSearchads360V23ResourcesOperatingSystemVersionConstant.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
The ID of the operating system version.
getter/setter pair
- name ↔ String?
-
Name of the operating system.
getter/setter pair
- operatorType ↔ String?
-
Determines whether this constant represents a single version or a range of
versions.
getter/setter pair
- osMajorVersion ↔ int?
-
The OS Major Version number.
getter/setter pair
- osMinorVersion ↔ int?
-
The OS Minor Version number.
getter/setter pair
- resourceName ↔ String?
-
The resource name of the operating system version constant.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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