class Google::Apis::AndroidpublisherV3::ListDeviceTierConfigsResponse

Response listing existing device tier configs.

def initialize(**args)

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

def update!(**args)

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