Class GoogleCloudBillingBillingaccountservicesV1betaBillingAccountService
Encapsulates a Google Cloud service visible to a billing account.
Implements
Inherited Members
Namespace: Google.Apis.Cloudbilling.v1beta.Data
Assembly: Google.Apis.Cloudbilling.v1beta.dll
Syntax
public class GoogleCloudBillingBillingaccountservicesV1betaBillingAccountService : IDirectResponseSchema
Properties
DisplayName
Description of the BillingAccountService. Example: "BigQuery", "Compute Engine".
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
Resource name for the BillingAccountService. Example: "billingAccounts/012345-567890-ABCDEF/services/DA34-426B-A397".
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
ServiceId
Identifier for the service. It is the string after the collection identifier "services/". Example: "DA34-426B-A397".
Declaration
[JsonProperty("serviceId")]
public virtual string ServiceId { get; set; }
Property Value
Type | Description |
---|---|
string |