class Google::Apis::ServicemanagementV1::ConfigRef
Represents a service configuration with its name and id.
Attributes
name[RW]
Resource name of a service config. It must have the following format: “ services/`service name`/configs/`config id`”. Corresponds to the JSON property `name` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/servicemanagement_v1/classes.rb, line 751 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/servicemanagement_v1/classes.rb, line 756 def update!(**args) @name = args[:name] if args.key?(:name) end