Show / Hide Table of Contents

Class StatementTemplate

A single statement to check in a bulk call using BulkCheck. See CheckRequest for details about each field.

Inheritance
object
StatementTemplate
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX