Class Service
Encapsulates a single service in Google Cloud Platform.
Implements
Inherited Members
Namespace: Google.Apis.Cloudbilling.v1.Data
Assembly: Google.Apis.Cloudbilling.v1.dll
Syntax
public class Service : IDirectResponseSchema
Properties
BusinessEntityName
The business under which the service is offered. Ex. "businessEntities/GCP", "businessEntities/Maps"
Declaration
[JsonProperty("businessEntityName")]
public virtual string BusinessEntityName { get; set; }
Property Value
Type | Description |
---|---|
string |
DisplayName
A human readable display name for this service.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
The resource name for the service. Example: "services/6F81-5844-456A"
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
ServiceId
The identifier for the service. Example: "6F81-5844-456A"
Declaration
[JsonProperty("serviceId")]
public virtual string ServiceId { get; set; }
Property Value
Type | Description |
---|---|
string |