class Azure::AnalysisServices::Mgmt::V2017_08_01_beta::Models::GatewayListStatusError
Status
of gateway is error.
Attributes
error[RW]
@return [GatewayError] Error of the list gateway status.
Public Class Methods
mapper()
click to toggle source
Mapper for GatewayListStatusError
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2017-08-01-beta/generated/azure_mgmt_analysis_services/models/gateway_list_status_error.rb, line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'GatewayListStatusError', type: { name: 'Composite', class_name: 'GatewayListStatusError', model_properties: { error: { client_side_validation: true, required: false, serialized_name: 'error', type: { name: 'Composite', class_name: 'GatewayError' } } } } } end