GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefWebrefAttachmentMetadata
Table of Contents ▼
Jump to a specific part of the page:
Description
Annotation metadata for an individual entity.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
featureType
(type:String.t
, default:nil
)
- Oyster Feature Type. -
index
(type:integer()
, default:nil
)
- Indicates which entity this message belongs to: encoded_mid[index]. -
latE7
(type:integer()
, default:nil
)
- Latitude and longitude of the location. Same format as geostore.PointProto. -
lngE7
(type:integer()
, default:nil
)
- -
oysterId
(type:GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto
, default:nil
)
- Oyster Feature ID of the location.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefWebrefAttachmentMetadata{
featureType: String.t() | nil,
index: integer() | nil,
latE7: integer() | nil,
lngE7: integer() | nil,
oysterId: GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t() | nil
}
featureType: String.t() | nil,
index: integer() | nil,
latE7: integer() | nil,
lngE7: integer() | nil,
oysterId: GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefWebrefAttachmentMetadata