Show / Hide Table of Contents

Class ResourceDescriptor

Inheritance
object
ResourceDescriptor
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.ContainerAnalysis.v1beta1.Data
Assembly: Google.Apis.ContainerAnalysis.v1beta1.dll
Syntax
public class ResourceDescriptor : IDirectResponseSchema

Properties

Annotations

Declaration
[JsonProperty("annotations")]
public virtual IDictionary<string, object> Annotations { get; set; }
Property Value
Type Description
IDictionary<string, object>

Content

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

Digest

Declaration
[JsonProperty("digest")]
public virtual IDictionary<string, string> Digest { get; set; }
Property Value
Type Description
IDictionary<string, string>

DownloadLocation

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

ETag

The ETag of the item.

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

MediaType

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

Name

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

Uri

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