Show / Hide Table of Contents

Class Acl

Inheritance
System.Object
Acl
Implements
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.Plus.v1.Data
Assembly: Google.Apis.Plus.v1.dll
Syntax
public class Acl : IDirectResponseSchema

Properties

Description

Description of the access granted, suitable for display.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

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

Items

The list of access entries.

Declaration
[JsonProperty("items")]
public virtual IList<PlusAclentryResource> Items { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<PlusAclentryResource>

Kind

Identifies this resource as a collection of access controls. Value: "plus#acl".

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top