Class: Google::Apis::AndroidpublisherV3::TrackReleasePinPinTargeting
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::TrackReleasePinPinTargeting
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/androidpublisher_v3/classes.rb,
generated/google/apis/androidpublisher_v3/representations.rb,
generated/google/apis/androidpublisher_v3/representations.rb
Instance Attribute Summary collapse
-
#country_codes ⇒ Array<String>
Corresponds to the JSON property
countryCodes
. -
#devices ⇒ Array<Google::Apis::AndroidpublisherV3::TrackReleasePinPinTargetingDevicePin>
Corresponds to the JSON property
devices
. -
#phonesky_versions ⇒ Array<Fixnum>
Corresponds to the JSON property
phoneskyVersions
. -
#sdk_versions ⇒ Array<Fixnum>
Corresponds to the JSON property
sdkVersions
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ TrackReleasePinPinTargeting
constructor
A new instance of TrackReleasePinPinTargeting.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ TrackReleasePinPinTargeting
Returns a new instance of TrackReleasePinPinTargeting.
2213 2214 2215 |
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 2213 def initialize(**args) update!(**args) end |
Instance Attribute Details
#country_codes ⇒ Array<String>
Corresponds to the JSON property countryCodes
2196 2197 2198 |
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 2196 def country_codes @country_codes end |
#devices ⇒ Array<Google::Apis::AndroidpublisherV3::TrackReleasePinPinTargetingDevicePin>
Corresponds to the JSON property devices
2201 2202 2203 |
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 2201 def devices @devices end |
#phonesky_versions ⇒ Array<Fixnum>
Corresponds to the JSON property phoneskyVersions
2206 2207 2208 |
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 2206 def phonesky_versions @phonesky_versions end |
#sdk_versions ⇒ Array<Fixnum>
Corresponds to the JSON property sdkVersions
2211 2212 2213 |
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 2211 def sdk_versions @sdk_versions end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2218 2219 2220 2221 2222 2223 |
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 2218 def update!(**args) @country_codes = args[:country_codes] if args.key?(:country_codes) @devices = args[:devices] if args.key?(:devices) @phonesky_versions = args[:phonesky_versions] if args.key?(:phonesky_versions) @sdk_versions = args[:sdk_versions] if args.key?(:sdk_versions) end |