View Source GoogleApi.CloudSupport.V2beta.Model.Product (google_api_cloud_support v0.5.0)

The full product a case may be associated with, including Product Line and Product Subline.

Attributes

  • productLine (type: String.t, default: nil) - The Product Line of the Product.
  • productSubline (type: String.t, default: nil) - The Product Subline of the Product, such as "Maps Billing".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudSupport.V2beta.Model.Product{
  productLine: String.t() | nil,
  productSubline: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.