Show / Hide Table of Contents

Class UpdateMembershipRolesParams

The details of an update to a MembershipRole.

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

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.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
System.Object

MembershipRole

The MembershipRoles to be updated. Only MEMBER MembershipRole can currently be updated.

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

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top