GoogleApi.BigQueryDataPolicy.V1.Model.ListDataPoliciesResponse (google_api_big_query_data_policy v0.3.1)
View SourceResponse message for the ListDataPolicies method.
Attributes
-
dataPolicies(type:list(GoogleApi.BigQueryDataPolicy.V1.Model.DataPolicy.t), default:nil) - Data policies that belong to the requested project. -
nextPageToken(type:String.t, default:nil) - Token used to retrieve the next page of results, or empty if there are no more results.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BigQueryDataPolicy.V1.Model.ListDataPoliciesResponse{ dataPolicies: [GoogleApi.BigQueryDataPolicy.V1.Model.DataPolicy.t()] | nil, nextPageToken: String.t() | nil }