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

This protocol buffer holds entrance-specific attributes for features of type TYPE_ENTRANCE.

Attributes

  • allowance (type: String.t, default: nil) -
  • canEnter (type: boolean(), default: nil) - DEPRECATED. Please use enter_or_exit instead.
  • canExit (type: boolean(), default: nil) - Whether the target can be entered through this entrance. Whether the target can be exited through this entrance.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreEntranceProto{
  allowance: String.t() | nil,
  canEnter: boolean() | nil,
  canExit: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.