View Source GoogleApi.ServiceDirectory.V1beta1.Model.Namespace (google_api_service_directory v0.12.0)

A container for services. Namespaces allow administrators to group services together and define permissions for a collection of services.

Attributes

  • createTime (type: DateTime.t, default: nil) - Output only. The timestamp when the namespace was created.
  • labels (type: map(), default: nil) - Optional. Resource labels associated with this namespace. No more than 64 user labels can be associated with a given resource. Label keys and values can be no longer than 63 characters.
  • name (type: String.t, default: nil) - Immutable. The resource name for the namespace in the format projects/*/locations/*/namespaces/*.
  • uid (type: String.t, default: nil) - Output only. A globally unique identifier (in UUID4 format) for this namespace.
  • updateTime (type: DateTime.t, default: nil) - Output only. The timestamp when the namespace was last updated.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ServiceDirectory.V1beta1.Model.Namespace{
  createTime: DateTime.t() | nil,
  labels: map() | nil,
  name: String.t() | nil,
  uid: String.t() | nil,
  updateTime: DateTime.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.