GoogleApi.CloudIdentity.V1.Model.UpdateMembershipRolesParams (google_api_cloud_identity v0.25.0) View Source
The details of an update to a MembershipRole
.
Attributes
-
fieldMask
(type:String.t
, default:nil
) - The fully-qualified names of fields to update. May only contain the fieldexpiry_detail.expire_time
. -
membershipRole
(type:GoogleApi.CloudIdentity.V1.Model.MembershipRole.t
, default:nil
) - TheMembershipRole
s to be updated. OnlyMEMBER
MembershipRole
can currently be updated.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.CloudIdentity.V1.Model.UpdateMembershipRolesParams{ fieldMask: String.t() | nil, membershipRole: GoogleApi.CloudIdentity.V1.Model.MembershipRole.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.