class Google::Apis::FirebaserulesV1::Metadata

Metadata for a Ruleset.

Attributes

services[RW]

Services that this ruleset has declarations for (e.g., “cloud.firestore”). There may be 0+ of these. Corresponds to the JSON property `services` @return [Array<String>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/firebaserules_v1/classes.rb, line 346
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/firebaserules_v1/classes.rb, line 351
def update!(**args)
  @services = args[:services] if args.key?(:services)
end