Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1Citation

Source attributions for content.

Inheritance
object
GoogleCloudAiplatformV1beta1Citation
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.FirebaseML.v2beta.Data
Assembly: Google.Apis.FirebaseML.v2beta.dll
Syntax
public class GoogleCloudAiplatformV1beta1Citation : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EndIndex

Output only. End index into the content.

Declaration
[JsonProperty("endIndex")]
public virtual int? EndIndex { get; set; }
Property Value
Type Description
int?

License

Output only. License of the attribution.

Declaration
[JsonProperty("license")]
public virtual string License { get; set; }
Property Value
Type Description
string

PublicationDate

Output only. Publication date of the attribution.

Declaration
[JsonProperty("publicationDate")]
public virtual Date PublicationDate { get; set; }
Property Value
Type Description
Date

StartIndex

Output only. Start index into the content.

Declaration
[JsonProperty("startIndex")]
public virtual int? StartIndex { get; set; }
Property Value
Type Description
int?

Title

Output only. Title of the attribution.

Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type Description
string

Uri

Output only. Url reference of the attribution.

Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX