google_api_data_catalog v0.12.1 GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1SerializedPolicyTag View Source
Message representing one policy tag when exported as a nested proto.
Attributes
childPolicyTags
(type:list(GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1SerializedPolicyTag.t)
, default:nil
) - Children of the policy tag if any.description
(type:String.t
, default:nil
) - Description of the serialized policy tag. The length of the description is limited to 2000 bytes when encoded in UTF-8. If not set, defaults to an empty description.displayName
(type:String.t
, default:nil
) - Required. Display name of the policy tag. Max 200 bytes when encoded in UTF-8.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1SerializedPolicyTag{ childPolicyTags: [ GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1SerializedPolicyTag.t() ], description: String.t(), displayName: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.