class Google::Apis::AndroidpublisherV3::BundlesListResponse

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