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

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/*.
  • updateTime (type: DateTime.t, default: nil) - Output only. The timestamp when the namespace was last updated.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.