View Source GoogleApi.DataFusion.V1beta1.Model.Namespace (google_api_data_fusion v0.26.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DataFusion.V1beta1.Model.Namespace{ iamPolicy: GoogleApi.DataFusion.V1beta1.Model.IAMPolicy.t() | nil, name: String.t() | nil }