GoogleApi.CloudBilling.V1.Model.Service (google_api_cloud_billing v0.23.0) View Source

Encapsulates a single service in Google Cloud Platform.

Attributes

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

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.CloudBilling.V1.Model.Service{
  businessEntityName: String.t() | nil,
  displayName: String.t() | nil,
  name: String.t() | nil,
  serviceId: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.