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

The 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudSearch.V1.Model.ObjectPropertyOptions{
  subobjectProperties:
    [GoogleApi.CloudSearch.V1.Model.PropertyDefinition.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.