GoogleApi.CloudSearch.V1.Model.ObjectPropertyOptions (google_api_cloud_search v0.8.1) View Source

Options for object properties.

Attributes

  • subobjectProperties (type: list(GoogleApi.CloudSearch.V1.Model.PropertyDefinition.t), default: nil) - The properties of the sub-object. These properties represent a nested object. For example, if this property represents a postal address, the subobjectProperties might be named street, city, and state. The maximum number of elements is 1000.

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.ObjectPropertyOptions{
  subobjectProperties: [GoogleApi.CloudSearch.V1.Model.PropertyDefinition.t()]
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.