Google Cloud Billing v1 API - Class Service (3.1.0)

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

Reference documentation and code samples for the Google Cloud Billing v1 API class Service.

Encapsulates a single service in Google Cloud Platform.

Inheritance

Object > Service

Namespace

Google.Cloud.Billing.V1

Assembly

Google.Cloud.Billing.V1.dll

Constructors

Service()

public Service()

Service(Service)

public Service(Service other)
Parameter
NameDescription
otherService

Properties

BusinessEntityName

public string BusinessEntityName { get; set; }

The business under which the service is offered. Ex. "businessEntities/GCP", "businessEntities/Maps"

Property Value
TypeDescription
String

DisplayName

public string DisplayName { get; set; }

A human readable display name for this service.

Property Value
TypeDescription
String

Name

public string Name { get; set; }

The resource name for the service. Example: "services/DA34-426B-A397"

Property Value
TypeDescription
String

ServiceId

public string ServiceId { get; set; }

The identifier for the service. Example: "DA34-426B-A397"

Property Value
TypeDescription
String

ServiceName

public ServiceName ServiceName { get; set; }

ServiceName-typed view over the Name resource name property.

Property Value
TypeDescription
ServiceName