Show / Hide Table of Contents

Class UpdateMembershipRolesParams

The details of an update to a MembershipRole.

Inheritance
object
UpdateMembershipRolesParams
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudIdentity.v1beta1.Data
Assembly: Google.Apis.CloudIdentity.v1beta1.dll
Syntax
public class UpdateMembershipRolesParams : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FieldMask

The fully-qualified names of fields to update. May only contain the field expiry_detail.expire_time.

Declaration
[JsonProperty("fieldMask")]
public virtual object FieldMask { get; set; }
Property Value
Type Description
object

MembershipRole

The MembershipRoles to be updated. Only MEMBER MembershipRoles can currently be updated. May only contain a MembershipRole with name MEMBER.

Declaration
[JsonProperty("membershipRole")]
public virtual MembershipRole MembershipRole { get; set; }
Property Value
Type Description
MembershipRole

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX