View Source GoogleApi.CloudIdentity.V1.Model.MemberRelation (google_api_cloud_identity v0.32.0)

Message representing a transitive membership of a group.

Attributes

  • member (type: String.t, default: nil) - Resource name for this member.
  • preferredMemberKey (type: list(GoogleApi.CloudIdentity.V1.Model.EntityKey.t), default: nil) - Entity key has an id and a namespace. In case of discussion forums, the id will be an email address without a namespace.
  • relationType (type: String.t, default: nil) - The relation between the group and the transitive member.
  • roles (type: list(GoogleApi.CloudIdentity.V1.Model.TransitiveMembershipRole.t), default: nil) - The membership role details (i.e name of role and expiry time).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudIdentity.V1.Model.MemberRelation{
  member: String.t() | nil,
  preferredMemberKey: [GoogleApi.CloudIdentity.V1.Model.EntityKey.t()] | nil,
  relationType: String.t() | nil,
  roles: [GoogleApi.CloudIdentity.V1.Model.TransitiveMembershipRole.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.