Values.DistributionBundleSourceDescribes the specifications of a distribution bundle.
type nonrec t = {bundleId : String_.t option;The ID of the bundle.
*)name : String_.t option;The name of the distribution bundle.
*)price : Float_.t option;The monthly price, in US dollars, of the bundle.
*)transferPerMonthInGb : Integer.t option;The monthly network transfer quota of the bundle.
*)isActive : Boolean.t option;Indicates whether the bundle is active, and can be specified for a new or existing distribution.
*)}