Class: Google::Apis::CloudidentityV1beta1::ModifyMembershipRolesResponse

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.ModifyMembershipRoles.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ModifyMembershipRolesResponse

Returns a new instance of ModifyMembershipRolesResponse.



3445
3446
3447
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 3445

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

Instance Attribute Details

#membershipGoogle::Apis::CloudidentityV1beta1::Membership

A membership within the Cloud Identity Groups API. A Membership defines a relationship between a Group and an entity belonging to that Group, referred to as a "member". Corresponds to the JSON property membership



3443
3444
3445
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 3443

def membership
  @membership
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3450
3451
3452
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 3450

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