View Source GoogleApi.ContentWarehouse.V1.Model.GeostoreOperationsProto (google_api_content_warehouse v0.4.0)

Information about a feature's operations, e.g. when the feature is temporarily closed.

Attributes

  • temporaryClosure (type: list(GoogleApi.ContentWarehouse.V1.Model.GeostoreTemporaryClosureProto.t), default: nil) - Records temporary status changes of the feature, such as remodel, vacation, etc.: the feature is temporarily (but not permanently) unavailable. See go/geo-schema-reference:operational-lifecycle#temporary-closure for guidance on interpreting this data and constraints on writing it. NOTE: Order of the TemporaryClosureProtos is not guaranteed to be chronological.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreOperationsProto{
  temporaryClosure:
    [GoogleApi.ContentWarehouse.V1.Model.GeostoreTemporaryClosureProto.t()]
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.