google_api_digital_asset_links v0.8.0 GoogleApi.DigitalAssetLinks.V1.Model.CheckResponse View Source

Response message for the CheckAssetLinks call.

Attributes

  • debugString (type: String.t, default: nil) - Human-readable message containing information intended to help end users understand, reproduce and debug the result.

    The message will be in English and we are currently not planning to offer any translations.

    Please note that no guarantees are made about the contents or format of this string. Any aspect of it may be subject to change without notice. You should not attempt to programmatically parse this data. For programmatic access, use the error_code field below.

  • errorCode (type: list(String.t), default: nil) - Error codes that describe the result of the Check operation.

  • linked (type: boolean(), default: nil) - Set to true if the assets specified in the request are linked by the relation specified in the request.

  • maxAge (type: String.t, default: nil) - From serving time, how much longer the response should be considered valid barring further updates. REQUIRED

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.DigitalAssetLinks.V1.Model.CheckResponse{
  debugString: String.t(),
  errorCode: [String.t()],
  linked: boolean(),
  maxAge: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.