class Google::Apis::AndroidpublisherV2::Track
Attributes
track[RW]
Corresponds to the JSON property `track` @return [String]
user_fraction[RW]
Corresponds to the JSON property `userFraction` @return [Float]
version_codes[RW]
Corresponds to the JSON property `versionCodes` @return [Array<Fixnum>]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/androidpublisher_v2/classes.rb, line 1419 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/androidpublisher_v2/classes.rb, line 1424 def update!(**args) @track = args[:track] if args.key?(:track) @user_fraction = args[:user_fraction] if args.key?(:user_fraction) @version_codes = args[:version_codes] if args.key?(:version_codes) end