google_api_cloud_billing v0.4.0 GoogleApi.CloudBilling.V1.Model.Service View Source

Encapsulates a single service in Google Cloud Platform.

Attributes

  • businessEntityName (String.t): The business under which the service is offered. Ex. "businessEntities/GCP", "businessEntities/Maps" Defaults to: null.
  • displayName (String.t): A human readable display name for this service. Defaults to: null.
  • name (String.t): The resource name for the service. Example: "services/DA34-426B-A397" Defaults to: null.
  • serviceId (String.t): The identifier for the service. Example: "DA34-426B-A397" Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.CloudBilling.V1.Model.Service{
  businessEntityName: any(),
  displayName: any(),
  name: any(),
  serviceId: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.