Get Membership Result
data class GetMembershipResult(val createTime: String, val deliverySetting: String, val name: String, val preferredMemberKey: EntityKeyResponse, val roles: List<MembershipRoleResponse>, val type: String, val updateTime: String)
Constructors
Link copied to clipboard
constructor(createTime: String, deliverySetting: String, name: String, preferredMemberKey: EntityKeyResponse, roles: List<MembershipRoleResponse>, type: String, updateTime: String)
Properties
Link copied to clipboard
The time when the Membership
was created.
Link copied to clipboard
Delivery setting associated with the membership.
Link copied to clipboard
The resource name of the Membership
. Shall be of the form groups/{group}/memberships/{membership}
.
Link copied to clipboard
Immutable. The EntityKey
of the member.
Link copied to clipboard
The MembershipRole
s that apply to the Membership
. If unspecified, defaults to a single MembershipRole
with name
MEMBER
. Must not contain duplicate MembershipRole
s with the same name
.
Link copied to clipboard
The time when the Membership
was last updated.