Show / Hide Table of Contents

Class Attributes

Consumer provided attributes.

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

Properties

BusinessOwners

Optional. Business team that ensures user needs are met and value is delivered

Declaration
[JsonProperty("businessOwners")]
public virtual IList<ContactInfo> BusinessOwners { get; set; }
Property Value
Type Description
IList<ContactInfo>

Criticality

Optional. User-defined criticality information.

Declaration
[JsonProperty("criticality")]
public virtual Criticality Criticality { get; set; }
Property Value
Type Description
Criticality

DeveloperOwners

Optional. Developer team that owns development and coding.

Declaration
[JsonProperty("developerOwners")]
public virtual IList<ContactInfo> DeveloperOwners { get; set; }
Property Value
Type Description
IList<ContactInfo>

ETag

The ETag of the item.

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

Environment

Optional. User-defined environment information.

Declaration
[JsonProperty("environment")]
public virtual Environment Environment { get; set; }
Property Value
Type Description
Environment

OperatorOwners

Optional. Operator team that ensures runtime and operations.

Declaration
[JsonProperty("operatorOwners")]
public virtual IList<ContactInfo> OperatorOwners { get; set; }
Property Value
Type Description
IList<ContactInfo>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX