Class: Google::Apis::CloudidentityV1beta1::GetMembershipGraphResponse

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

Overview

The response message for MembershipsService.GetMembershipGraph.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GetMembershipGraphResponse

Returns a new instance of GetMembershipGraphResponse.



1350
1351
1352
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 1350

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

Instance Attribute Details

#adjacency_listArray<Google::Apis::CloudidentityV1beta1::MembershipAdjacencyList>

The membership graph's path information represented as an adjacency list. Corresponds to the JSON property adjacencyList



1341
1342
1343
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 1341

def adjacency_list
  @adjacency_list
end

#groupsArray<Google::Apis::CloudidentityV1beta1::Group>

The resources representing each group in the adjacency list. Each group in this list can be correlated to a 'group' of the MembershipAdjacencyList using the 'name' of the Group resource. Corresponds to the JSON property groups



1348
1349
1350
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 1348

def groups
  @groups
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1355
1356
1357
1358
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 1355

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