class Google::Apis::SecuritycenterV1beta1::IamBinding

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