Show / Hide Table of Contents

Class ValuedResource

Inheritance
object
ValuedResource
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.SecurityCommandCenter.v1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class ValuedResource : IDirectResponseSchema

Properties

DisplayName

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { 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

ExposedScore

Declaration
[JsonProperty("exposedScore")]
public virtual double? ExposedScore { get; set; }
Property Value
Type Description
double?

Name

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

Resource

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

ResourceType

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

ResourceValue

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

ResourceValueConfigsUsed

Declaration
[JsonProperty("resourceValueConfigsUsed")]
public virtual IList<ResourceValueConfigMetadata> ResourceValueConfigsUsed { get; set; }
Property Value
Type Description
IList<ResourceValueConfigMetadata>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX