GoogleApi.CloudSearch.V1.Model.RestrictItem (google_api_cloud_search v0.9.0) 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

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.