Show / Hide Table of Contents

Class ListMulticloudDataTransferSupportedServicesResponse

Response message to list the services in your project in regions that are eligible for Data Transfer Essentials configuration.

Inheritance
object
ListMulticloudDataTransferSupportedServicesResponse
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.Networkconnectivity.v1.Data
Assembly: Google.Apis.Networkconnectivity.v1.dll
Syntax
public class ListMulticloudDataTransferSupportedServicesResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MulticloudDataTransferSupportedServices

The list of supported services.

Declaration
[JsonProperty("multicloudDataTransferSupportedServices")]
public virtual IList<MulticloudDataTransferSupportedService> MulticloudDataTransferSupportedServices { get; set; }
Property Value
Type Description
IList<MulticloudDataTransferSupportedService>

NextPageToken

The next page token.

Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX