Class AppliedLabel
Details of the label applied on the resource.
Implements
Inherited Members
Namespace: Google.Apis.Admin.Reports.reports_v1.Data
Assembly: Google.Apis.Admin.Reports.reports_v1.dll
Syntax
public class AppliedLabel : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FieldValues
List of fields which are part of the label and have been set by the user. If label has a field which was not set by the user, it would not be present in this list.
Declaration
[JsonProperty("fieldValues")]
public virtual IList<FieldValue> FieldValues { get; set; }
Property Value
Type | Description |
---|---|
IList<FieldValue> |
Id
Identifier of the label - Only the label id, not the full OnePlatform resource name.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
Reason
The reason why the label was applied on the resource.
Declaration
[JsonProperty("reason")]
public virtual Reason Reason { get; set; }
Property Value
Type | Description |
---|---|
Reason |
Title
Title of the label
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type | Description |
---|---|
string |