View Source GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1ListPolicyTagsResponse (google_api_data_catalog v0.32.0)
Response message for ListPolicyTags.
Attributes
-
nextPageToken(type:String.t, default:nil) - Pagination token of the next results page. Empty if there are no more results in the list. -
policyTags(type:list(GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1PolicyTag.t), default:nil) - The policy tags that belong to the taxonomy.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1ListPolicyTagsResponse{ nextPageToken: String.t() | nil, policyTags: [GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1PolicyTag.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.