GoogleApi.DigitalAssetLinks.V1.Model.BulkCheckResponse (google_api_digital_asset_links v0.14.0)
View SourceResponse for BulkCheck call. Results are sent in a list in the same order in which they were sent. Individual check errors are described in the appropriate check_results entry. If the entire call fails, the response will include a bulk_error_code field describing the error.
Attributes
-
bulkErrorCode
(type:String.t
, default:nil
) - Error code for the entire request. Present only if the entire request failed. Individual check errors will not trigger the presence of this field. -
checkResults
(type:list(GoogleApi.DigitalAssetLinks.V1.Model.CheckResponse.t)
, default:nil
) - List of results for each check request. Results are returned in the same order in which they were sent in the request.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DigitalAssetLinks.V1.Model.BulkCheckResponse{ bulkErrorCode: String.t() | nil, checkResults: [GoogleApi.DigitalAssetLinks.V1.Model.CheckResponse.t()] | nil }