Class: Google::Apis::AndroidpublisherV3::TrackReleasePin
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::TrackReleasePin
- 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
-
#targetings ⇒ Array<Google::Apis::AndroidpublisherV3::TrackReleasePinPinTargeting>
Corresponds to the JSON property
targetings
. -
#version_codes ⇒ Array<Fixnum>
Corresponds to the JSON property
versionCodes
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ TrackReleasePin
constructor
A new instance of TrackReleasePin.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ TrackReleasePin
Returns a new instance of TrackReleasePin.
2178 2179 2180 |
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 2178 def initialize(**args) update!(**args) end |
Instance Attribute Details
#targetings ⇒ Array<Google::Apis::AndroidpublisherV3::TrackReleasePinPinTargeting>
Corresponds to the JSON property targetings
2171 2172 2173 |
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 2171 def targetings @targetings end |
#version_codes ⇒ Array<Fixnum>
Corresponds to the JSON property versionCodes
2176 2177 2178 |
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 2176 def version_codes @version_codes end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2183 2184 2185 2186 |
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 2183 def update!(**args) @targetings = args[:targetings] if args.key?(:targetings) @version_codes = args[:version_codes] if args.key?(:version_codes) end |