View Source GoogleApi.BigtableAdmin.V2.Model.ListAuthorizedViewsResponse (google_api_bigtable_admin v0.22.0)
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_token
in 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.