class Google::Apis::CloudidentityV1beta1::LookupGroupNameResponse

The response message for GroupsService.LookupGroupName.

Attributes

name[RW]

Output only. The [resource name](cloud.google.com/apis/design/ resource_names) of the looked-up `Group`. Corresponds to the JSON property `name` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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