class Google::Apis::AndroidpublisherV3::TrackConfig

Configurations of the new track.

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @form_factor = args[:form_factor] if args.key?(:form_factor)
  @track = args[:track] if args.key?(:track)
  @type = args[:type] if args.key?(:type)
end