GoogleApi.CloudIdentity.V1.Model.UpdateMembershipRolesParams (google_api_cloud_identity v0.23.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 field expiry_detail.
  • membershipRole (type: GoogleApi.CloudIdentity.V1.Model.MembershipRole.t, default: nil) - The MembershipRoles to be updated. Only MEMBER 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

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.