Show / Hide Table of Contents

Class EditTagsApiObservationsRequest

Message for requesting edit tags for ApiObservation

Inheritance
object
EditTagsApiObservationsRequest
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.APIManagement.v1alpha.Data
Assembly: Google.Apis.APIManagement.v1alpha.dll
Syntax
public class EditTagsApiObservationsRequest : IDirectResponseSchema

Properties

ApiObservationId

Required. Identifier of ApiObservation need to be edit tags Format example: "apigee.googleapis.com|us-west1|443"

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

TagActions

Required. Tag actions to be applied

Declaration
[JsonProperty("tagActions")]
public virtual IList<TagAction> TagActions { get; set; }
Property Value
Type Description
IList<TagAction>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX