SaaS Runtime v1beta1 API - Class GetTenantRequest (1.0.0-beta01)

public sealed class GetTenantRequest : IMessage<GetTenantRequest>, IEquatable<GetTenantRequest>, IDeepCloneable<GetTenantRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the SaaS Runtime v1beta1 API class GetTenantRequest.

The request structure for the GetTenant method.

Inheritance

object > GetTenantRequest

Namespace

Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1

Assembly

Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.dll

Constructors

GetTenantRequest()

public GetTenantRequest()

GetTenantRequest(GetTenantRequest)

public GetTenantRequest(GetTenantRequest other)
Parameter
Name Description
other GetTenantRequest

Properties

Name

public string Name { get; set; }

Required. The resource name of the resource within a service.

Property Value
Type Description
string

TenantName

public TenantName TenantName { get; set; }

TenantName-typed view over the Name resource name property.

Property Value
Type Description
TenantName