GoogleApi.DigitalAssetLinks.V1.Model.CheckResponse (google_api_digital_asset_links v0.14.0)

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
  • relationExtensions (type: list(map()), default: nil) - Statements may specify relation level extensions/payloads to express more details when declaring permissions to grant from the source asset to the target asset. When requested, the API will return relation_extensions specified in any and all statements linking the requested source and target assets by the relation specified in the request.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DigitalAssetLinks.V1.Model.CheckResponse{
  debugString: String.t() | nil,
  errorCode: [String.t()] | nil,
  linked: boolean() | nil,
  maxAge: String.t() | nil,
  relationExtensions: [map()] | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.