Class RestrictItem
Information relevant only to a restrict entry. NextId: 12
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class RestrictItem : IDirectResponseSchema
Properties
DriveFollowUpRestrict
Declaration
[JsonProperty("driveFollowUpRestrict")]
public virtual DriveFollowUpRestrict DriveFollowUpRestrict { get; set; }
Property Value
DriveLocationRestrict
Declaration
[JsonProperty("driveLocationRestrict")]
public virtual DriveLocationRestrict DriveLocationRestrict { get; set; }
Property Value
DriveMimeTypeRestrict
Declaration
[JsonProperty("driveMimeTypeRestrict")]
public virtual DriveMimeTypeRestrict DriveMimeTypeRestrict { get; set; }
Property Value
DriveTimeSpanRestrict
Declaration
[JsonProperty("driveTimeSpanRestrict")]
public virtual DriveTimeSpanRestrict DriveTimeSpanRestrict { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
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
Implements