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