Input$EmailTempVariablesBrandInput constructor
Implementation
factory Input$EmailTempVariablesBrandInput({
String? logo,
String? website,
String? name,
}) =>
Input$EmailTempVariablesBrandInput._({
if (logo != null) r'logo': logo,
if (website != null) r'website': website,
if (name != null) r'name': name,
});