class Google::Apis::AndroidpublisherV3::Track

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