Class: Google::Apis::CloudidentityV1beta1::LookupGroupNameResponse
- Inherits:
-
Object
- Object
- Google::Apis::CloudidentityV1beta1::LookupGroupNameResponse
- Defined in:
- generated/google/apis/cloudidentity_v1beta1/classes.rb,
generated/google/apis/cloudidentity_v1beta1/representations.rb,
generated/google/apis/cloudidentity_v1beta1/representations.rb
Instance Attribute Summary collapse
-
#name ⇒ String
Resource name of the Group in the format:
groups/
group_id`, where
group_id` is the unique id assigned to the Group.
Instance Method Summary collapse
-
#initialize(**args) ⇒ LookupGroupNameResponse
constructor
A new instance of LookupGroupNameResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ LookupGroupNameResponse
Returns a new instance of LookupGroupNameResponse
176 177 178 |
# File 'generated/google/apis/cloudidentity_v1beta1/classes.rb', line 176 def initialize(**args) update!(**args) end |
Instance Attribute Details
#name ⇒ String
Resource name of the
Group in the format: groups/
group_id`, where
group_idis the unique id
assigned to the Group.
Corresponds to the JSON property
name`
174 175 176 |
# File 'generated/google/apis/cloudidentity_v1beta1/classes.rb', line 174 def name @name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
181 182 183 |
# File 'generated/google/apis/cloudidentity_v1beta1/classes.rb', line 181 def update!(**args) @name = args[:name] if args.key?(:name) end |