class Google::Apis::AndroidpublisherV3::Track

A track configuration. The resource for TracksService.

def initialize(**args)

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

def update!(**args)

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