Url Signing Action Parameters Response
data class UrlSigningActionParametersResponse(val algorithm: String? = null, val parameterNameOverride: List<UrlSigningParamIdentifierResponse>? = null, val typeName: String)
Defines the parameters for the Url Signing action.
Constructors
Link copied to clipboard
constructor(algorithm: String? = null, parameterNameOverride: List<UrlSigningParamIdentifierResponse>? = null, typeName: String)