GoogleApi.DigitalAssetLinks.V1.Model.StatementTemplate (google_api_digital_asset_links v0.14.0)
View SourceA single statement to check in a bulk call using BulkCheck. See CheckRequest for details about each field.
Attributes
-
relation
(type:String.t
, default:nil
) - The relationship being asserted between the source and target. If omitted, you must specify a BulkCheckRequest.default_relation value to use here. -
source
(type:GoogleApi.DigitalAssetLinks.V1.Model.Asset.t
, default:nil
) - The source asset that is asserting the statement. If omitted, you must specify a BulkCheckRequest.default_source value to use here. -
target
(type:GoogleApi.DigitalAssetLinks.V1.Model.Asset.t
, default:nil
) - The target that the source is declaring the relationship with. If omitted, you must specify a BulkCheckRequest.default_target to use here.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DigitalAssetLinks.V1.Model.StatementTemplate{ relation: String.t() | nil, source: GoogleApi.DigitalAssetLinks.V1.Model.Asset.t() | nil, target: GoogleApi.DigitalAssetLinks.V1.Model.Asset.t() | nil }