Show / Hide Table of Contents

Class Service

Encapsulates a single service in Google Cloud Platform.

Inheritance
object
Service
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX