Class: Google::Apis::CloudidentityV1::LookupGroupNameResponse

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/cloudidentity_v1/classes.rb,
generated/google/apis/cloudidentity_v1/representations.rb,
generated/google/apis/cloudidentity_v1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ LookupGroupNameResponse

Returns a new instance of LookupGroupNameResponse.



720
721
722
# File 'generated/google/apis/cloudidentity_v1/classes.rb', line 720

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

Instance Attribute Details

#nameString

Resource name of the Group in the format: groups/group_id`, wheregroup_idis the unique ID assigned to the Group. Corresponds to the JSON propertyname`

Returns:

  • (String)


718
719
720
# File 'generated/google/apis/cloudidentity_v1/classes.rb', line 718

def name
  @name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



725
726
727
# File 'generated/google/apis/cloudidentity_v1/classes.rb', line 725

def update!(**args)
  @name = args[:name] if args.key?(:name)
end