GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1ListPolicyTagsResponse (google_api_data_catalog v0.26.0) View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() ::
%GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1ListPolicyTagsResponse{
nextPageToken: String.t() | nil,
policyTags:
[GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1PolicyTag.t()]
| nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.