View Source GoogleApi.BigtableAdmin.V2.Model.ListAuthorizedViewsResponse (google_api_bigtable_admin v0.30.1)
Response message for google.bigtable.admin.v2.BigtableTableAdmin.ListAuthorizedViews
Attributes
-
authorizedViews(type:list(GoogleApi.BigtableAdmin.V2.Model.AuthorizedView.t), default:nil) - The AuthorizedViews present in the requested table. -
nextPageToken(type:String.t, default:nil) - Set if not all tables could be returned in a single response. Pass this value topage_tokenin another request to get the next page of results.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BigtableAdmin.V2.Model.ListAuthorizedViewsResponse{ authorizedViews: [GoogleApi.BigtableAdmin.V2.Model.AuthorizedView.t()] | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.