Class AcceptHubSpokeResponse
The response for HubService.AcceptHubSpoke.
Implements
Inherited Members
Namespace: Google.Apis.Networkconnectivity.v1.Data
Assembly: Google.Apis.Networkconnectivity.v1.dll
Syntax
public class AcceptHubSpokeResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Spoke
The spoke that was operated on.
Declaration
[JsonProperty("spoke")]
public virtual Spoke Spoke { get; set; }
Property Value
Type | Description |
---|---|
Spoke |