Class CheckFreeAccessResponse
Response message for CheckFreeAccess
Implements
Inherited Members
Namespace: Google.Apis.WebContentPublisher.v1.Data
Assembly: Google.Apis.WebContentPublisher.v1.dll
Syntax
public class CheckFreeAccessResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IsAllowed
True if free access should be allowed, false otherwise.
Declaration
[JsonProperty("isAllowed")]
public virtual bool? IsAllowed { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |