Class V1AddVisibilityLabelsResponse
Response message for the AddVisibilityLabels
method. This response message is assigned to the response
field
of the returned Operation when that operation is done.
Implements
Inherited Members
Namespace: Google.Apis.ServiceConsumerManagement.v1.Data
Assembly: Google.Apis.ServiceConsumerManagement.v1.dll
Syntax
public class V1AddVisibilityLabelsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Labels
The updated set of visibility labels for this consumer on this service.
Declaration
[JsonProperty("labels")]
public virtual IList<string> Labels { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |