class Google::Apis::SecuritycenterV1::IamBinding

removal, or state.
Represents a particular IAM binding, which captures a member’s role addition,

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @action = args[:action] if args.key?(:action)
  @member = args[:member] if args.key?(:member)
  @role = args[:role] if args.key?(:role)
end