class Azure::Logic::Mgmt::V2018_07_01_preview::Models::GetCallbackUrlParameters
The callback url parameters.
Attributes
key_type[RW]
@return [KeyType] The key type. Possible values include: 'NotSpecified', 'Primary', 'Secondary'
not_after[RW]
@return [DateTime] The expiry time.
Private Class Methods
mapper()
click to toggle source
Mapper for GetCallbackUrlParameters
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2018-07-01-preview/generated/azure_mgmt_logic/models/get_callback_url_parameters.rb, line 27 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'GetCallbackUrlParameters', type: { name: 'Composite', class_name: 'GetCallbackUrlParameters', model_properties: { not_after: { client_side_validation: true, required: false, serialized_name: 'notAfter', type: { name: 'DateTime' } }, key_type: { client_side_validation: true, required: false, serialized_name: 'keyType', type: { name: 'String' } } } } } end