GoogleApi.DataFusion.V1beta1.Model.Namespace (google_api_data_fusion v0.19.0) View Source

Represents the information of a namespace

Attributes

  • iamPolicy (type: GoogleApi.DataFusion.V1beta1.Model.IAMPolicy.t, default: nil) - IAM policy associated with this namespace.
  • name (type: String.t, default: nil) - Name of the given namespace.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.DataFusion.V1beta1.Model.Namespace{
  iamPolicy: GoogleApi.DataFusion.V1beta1.Model.IAMPolicy.t() | nil,
  name: String.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.