class Azure::SecurityInsights::Mgmt::V2019_01_01_preview::Models::OfficeDataConnectorDataTypesSharePoint
SharePoint data type connection.
Public Class Methods
mapper()
click to toggle source
Mapper for OfficeDataConnectorDataTypesSharePoint
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2019-01-01-preview/generated/azure_mgmt_security_insights/models/office_data_connector_data_types_share_point.rb, line 20 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'OfficeDataConnectorDataTypes_sharePoint', type: { name: 'Composite', class_name: 'OfficeDataConnectorDataTypesSharePoint', model_properties: { state: { client_side_validation: true, required: false, serialized_name: 'state', type: { name: 'String' } } } } } end