google_api_service_user v0.5.0 GoogleApi.ServiceUser.V1.Model.PublishedService View Source

The published version of a Service that is managed by Google Service Management.

Attributes

  • name (String.t): The resource name of the service. A valid name would be: - services/serviceuser.googleapis.com Defaults to: null.
  • service (Service): The service's published configuration. 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.ServiceUser.V1.Model.PublishedService{
  name: any(),
  service: GoogleApi.ServiceUser.V1.Model.Service.t()
}

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.