Branding
Branding fields accepted by application updates. All fields are optional because PATCH /v3/applications accepts sparse branding changes.
Constructors
Link copied to clipboard
public UpdateApplicationRequest.Branding UpdateApplicationRequest.Branding(@Json(name = "name" ) String name, @Json(name = "icon_url" ) String iconUrl, @Json(name = "website_url" ) String websiteUrl, @Json(name = "description" ) String description)