class Google::Apis::AndroidpublisherV3::BundlesListResponse

Response listing all app bundles.

def initialize(**args)

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

def update!(**args)

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