class Google::Apis::IamV1::AuditableService
Contains information about an auditable service.
Attributes
name[RW]
Public name of the service. For example, the service name for Cloud IAM is ' iam.googleapis.com'. Corresponds to the JSON property `name` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/iam_v1/classes.rb, line 148 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/iam_v1/classes.rb, line 153 def update!(**args) @name = args[:name] if args.key?(:name) end