google_api_cloud_search v0.2.0 GoogleApi.CloudSearch.V1.Model.RestrictItem View Source

Information relevant only to a restrict entry. NextId: 12

Attributes

  • driveFollowUpRestrict (type: GoogleApi.CloudSearch.V1.Model.DriveFollowUpRestrict.t, default: nil) - LINT.ThenChange(//depot/google3/java/com/google/apps/search/quality/itemsuggest/utils/SubtypeRerankingUtils.java)
  • driveLocationRestrict (type: GoogleApi.CloudSearch.V1.Model.DriveLocationRestrict.t, default: nil) -
  • driveMimeTypeRestrict (type: GoogleApi.CloudSearch.V1.Model.DriveMimeTypeRestrict.t, default: nil) - LINT.IfChange Drive Types.
  • driveTimeSpanRestrict (type: GoogleApi.CloudSearch.V1.Model.DriveTimeSpanRestrict.t, default: nil) -
  • searchOperator (type: String.t, default: nil) - The search restrict (e.g. "after:2017-09-11 before:2017-09-12").

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.CloudSearch.V1.Model.RestrictItem{
  driveFollowUpRestrict:
    GoogleApi.CloudSearch.V1.Model.DriveFollowUpRestrict.t(),
  driveLocationRestrict:
    GoogleApi.CloudSearch.V1.Model.DriveLocationRestrict.t(),
  driveMimeTypeRestrict:
    GoogleApi.CloudSearch.V1.Model.DriveMimeTypeRestrict.t(),
  driveTimeSpanRestrict:
    GoogleApi.CloudSearch.V1.Model.DriveTimeSpanRestrict.t(),
  searchOperator: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.