Polarex.BenefitDownloadablesCreate (Polarex v0.1.0)

View Source

Provides struct and type for a BenefitDownloadablesCreate

Summary

Types

t()

@type t() :: %Polarex.BenefitDownloadablesCreate{
  description: String.t(),
  metadata: Polarex.Metadata.t() | nil,
  organization_id: String.t() | nil,
  properties: Polarex.BenefitDownloadablesCreateProperties.t(),
  type: String.t()
}