Show / Hide Table of Contents

Class AclFixRequest

The request set by clients to instruct Backend how the user intend to fix the ACL. Technically it's not a request to ACL Fixer, because Backend uses /DriveService.Share to modify Drive ACLs.

Inheritance
object
AclFixRequest
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.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class AclFixRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

RecipientEmails

For Spaces messages: This field is ignored. For DMs messages: The list of email addresses that should be added to the Drive item's ACL. In general, the list should not be empty when the boolean "should_fix" field is set; otherwise, the list should be empty. During transition - when clients do not specify this field but the "should_fix" is true, we follow the legacy behavior: share to all users in the DM regardless of emails. This behavior is being phased out.

Declaration
[JsonProperty("recipientEmails")]
public virtual IList<string> RecipientEmails { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<T><string>

Role

Declaration
[JsonProperty("role")]
public virtual string Role { get; set; }
Property Value
Type Description
string

ShouldFix

Whether to attempt to fix the ACL by adding the room or DM members to the Drive file's ACL.

Declaration
[JsonProperty("shouldFix")]
public virtual bool? ShouldFix { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX