google_api_cloud_search v0.2.0 GoogleApi.CloudSearch.V1.Model.Metadata View Source
Metadata of a matched search result.
Attributes
createTime
(type:DateTime.t
, default:nil
) - The creation time for this document or object in the search result.displayOptions
(type:GoogleApi.CloudSearch.V1.Model.ResultDisplayMetadata.t
, default:nil
) - Options that specify how to display a structured data search result.fields
(type:list(GoogleApi.CloudSearch.V1.Model.NamedProperty.t)
, default:nil
) - Indexed fields in structured data, returned as a generic named property.mimeType
(type:String.t
, default:nil
) - Mime type of the search result.objectType
(type:String.t
, default:nil
) - Object type of the search result.owner
(type:GoogleApi.CloudSearch.V1.Model.Person.t
, default:nil
) - Owner (usually creator) of the document or object of the search result.source
(type:GoogleApi.CloudSearch.V1.Model.Source.t
, default:nil
) - The named source for the result, such as Gmail.updateTime
(type:DateTime.t
, default:nil
) - The last modified date for the object in the search result. If not set in the item, the value returned here is empty. WhenupdateTime
is used for calculating freshness and is not set, this value defaults to 2 years from the current time.
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 Sourcet() :: %GoogleApi.CloudSearch.V1.Model.Metadata{ createTime: DateTime.t(), displayOptions: GoogleApi.CloudSearch.V1.Model.ResultDisplayMetadata.t(), fields: [GoogleApi.CloudSearch.V1.Model.NamedProperty.t()], mimeType: String.t(), objectType: String.t(), owner: GoogleApi.CloudSearch.V1.Model.Person.t(), source: GoogleApi.CloudSearch.V1.Model.Source.t(), updateTime: DateTime.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.