GoogleApi.PrivateCA.V1beta1.Model.ListReusableConfigsResponse (google_api_private_ca v0.4.1) View Source
Response message for CertificateAuthorityService.ListReusableConfigs.
Attributes
-
nextPageToken(type:String.t, default:nil) - A token to retrieve next page of results. Pass this value in ListReusableConfigsRequest.next_page_token to retrieve the next page of results. -
reusableConfigs(type:list(GoogleApi.PrivateCA.V1beta1.Model.ReusableConfig.t), default:nil) - The list of ReusableConfigs. -
unreachable(type:list(String.t), default:nil) - A list of locations (e.g. "us-west1") that could not be reached.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.PrivateCA.V1beta1.Model.ListReusableConfigsResponse{
nextPageToken: String.t(),
reusableConfigs: [GoogleApi.PrivateCA.V1beta1.Model.ReusableConfig.t()],
unreachable: [String.t()]
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.