public sealed class Service : IMessage<Service>, IEquatable<Service>, IDeepCloneable<Service>, IBufferMessage, IMessage
Encapsulates a single service in Google Cloud Platform.
Implements
IMessage<Service>, IEquatable<Service>, IDeepCloneable<Service>, IBufferMessage, IMessageNamespace
Google.Cloud.Billing.V1Assembly
Google.Cloud.Billing.V1.dll
Constructors
Service()
public Service()
Service(Service)
public Service(Service other)
Parameter | |
---|---|
Name | Description |
other | Service |
Properties
BusinessEntityName
public string BusinessEntityName { get; set; }
The business under which the service is offered. Ex. "businessEntities/GCP", "businessEntities/Maps"
Property Value | |
---|---|
Type | Description |
String |
DisplayName
public string DisplayName { get; set; }
A human readable display name for this service.
Property Value | |
---|---|
Type | Description |
String |
Name
public string Name { get; set; }
The resource name for the service. Example: "services/DA34-426B-A397"
Property Value | |
---|---|
Type | Description |
String |
ServiceId
public string ServiceId { get; set; }
The identifier for the service. Example: "DA34-426B-A397"
Property Value | |
---|---|
Type | Description |
String |
ServiceName
public ServiceName ServiceName { get; set; }
ServiceName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
ServiceName |