Show / Hide Table of Contents

Class GoogleCloudContentwarehouseV1SetAclResponse

Response message for DocumentService.SetAcl.

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

Properties

ETag

The ETag of the item.

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

Metadata

Additional information for the API invocation, such as the request tracking id.

Declaration
[JsonProperty("metadata")]
public virtual GoogleCloudContentwarehouseV1ResponseMetadata Metadata { get; set; }
Property Value
Type Description
GoogleCloudContentwarehouseV1ResponseMetadata

Policy

The policy will be attached to a resource (e.g. projecct, document).

Declaration
[JsonProperty("policy")]
public virtual GoogleIamV1Policy Policy { get; set; }
Property Value
Type Description
GoogleIamV1Policy

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX