public sealed class Service : IMessage<Service>, IEquatable<Service>, IDeepCloneable<Service>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Billing v1 API class Service.
Encapsulates a single service in Google Cloud Platform.
Namespace
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/6F81-5844-456A"
| Property Value | |
|---|---|
| Type | Description |
string |
|
ServiceId
public string ServiceId { get; set; }The identifier for the service. Example: "6F81-5844-456A"
| 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 |
|