GeostoreEntranceProto

GoogleApi.ContentWarehouse.V1.Model.GeostoreEntranceProto


Table of Contents ▼

Jump to a specific part of the page:

Description

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

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

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

Type

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

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GeostoreEntranceProto