View Source GoogleApi.CertificateManager.V1.Model.ListCertificateMapEntriesResponse (google_api_certificate_manager v0.8.1)
Response for the ListCertificateMapEntries method.
Attributes
-
certificateMapEntries(type:list(GoogleApi.CertificateManager.V1.Model.CertificateMapEntry.t), default:nil) - A list of certificate map entries for the parent resource. -
nextPageToken(type:String.t, default:nil) - If there might be more results than those appearing in this response, thennext_page_tokenis included. To get the next set of results, call this method again using the value ofnext_page_tokenaspage_token. -
unreachable(type:list(String.t), default:nil) - Locations that could not be reached.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CertificateManager.V1.Model.ListCertificateMapEntriesResponse{ certificateMapEntries: [GoogleApi.CertificateManager.V1.Model.CertificateMapEntry.t()] | nil, nextPageToken: String.t() | nil, unreachable: [String.t()] | nil }