Class EndpointSpec
The spec of the endpoint.
Implements
Inherited Members
Namespace: Google.Apis.AgentRegistry.v1alpha.Data
Assembly: Google.Apis.AgentRegistry.v1alpha.dll
Syntax
public class EndpointSpec : IDirectResponseSchema
Properties
Content
Optional. The content of the endpoint spec. Reserved for future use.
Declaration
[JsonProperty("content")]
public virtual IDictionary<string, object> Content { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, object> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
Required. The type of the endpoint spec content.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |