Show / Hide Table of Contents

Class RestrictItem

Information relevant only to a restrict entry. NextId: 12

Inheritance
object
RestrictItem
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 RestrictItem : IDirectResponseSchema

Properties

DriveFollowUpRestrict

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

DriveLocationRestrict

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

DriveMimeTypeRestrict

Drive Types.

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

DriveTimeSpanRestrict

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

ETag

The ETag of the item.

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

SearchOperator

The search restrict (e.g. "after:2017-09-11 before:2017-09-12").

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX