class Google::Apis::AndroidpublisherV3::SafetyLabelsUpdateRequest

Request to update Safety Labels of an app.

def initialize(**args)

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

def update!(**args)

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