Class StatementTemplate
A single statement to check in a bulk call using BulkCheck. See CheckRequest for details about each field.
Implements
Inherited Members
Namespace: Google.Apis.Digitalassetlinks.v1.Data
Assembly: Google.Apis.Digitalassetlinks.v1.dll
Syntax
public class StatementTemplate : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Relation
The relationship being asserted between the source and target. If omitted, you must specify a BulkCheckRequest.default_relation value to use here.
Declaration
[JsonProperty("relation")]
public virtual string Relation { get; set; }
Property Value
Type | Description |
---|---|
string |
Source
The source asset that is asserting the statement. If omitted, you must specify a BulkCheckRequest.default_source value to use here.
Declaration
[JsonProperty("source")]
public virtual Asset Source { get; set; }
Property Value
Type | Description |
---|---|
Asset |
Target
The target that the source is declaring the relationship with. If omitted, you must specify a BulkCheckRequest.default_target to use here.
Declaration
[JsonProperty("target")]
public virtual Asset Target { get; set; }
Property Value
Type | Description |
---|---|
Asset |