class Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorMappingResourceFormat
The c onnector mapping resource format.
Attributes
@return [String] The connector mapping name
@return [String] The connector name.
@return [ConnectorTypes] Type of connector. Possible values include: 'None', 'CRM', 'AzureBlob', 'Salesforce', 'ExchangeOnline', 'Outbound'
@return [DateTime] The created time.
@return [String] The DataFormat ID.
@return [String] The description of the connector mapping.
@return [String] Display name for the connector mapping.
@return [EntityTypes] Defines which entity type the file should map to. Possible values include: 'None', 'Profile', 'Interaction', 'Relationship'
@return [String] The mapping entity name.
@return [DateTime] The last monified time.
@return [ConnectorMappingProperties] The properties of the mapping.
@return [DateTime] The next run time based on customer's settings.
@return [String] The RunId.
@return [ConnectorMappingStates] State of connector mapping. Possible values include: 'Creating', 'Created', 'Failed', 'Ready', 'Running', 'Stopped', 'Expiring'
@return [String] The hub name.
Private Class Methods
Mapper for ConnectorMappingResourceFormat
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2017-04-26/generated/azure_mgmt_customer_insights/models/connector_mapping_resource_format.rb, line 70 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ConnectorMappingResourceFormat', type: { name: 'Composite', class_name: 'ConnectorMappingResourceFormat', model_properties: { id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'id', type: { name: 'String' } }, name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'name', type: { name: 'String' } }, type: { client_side_validation: true, required: false, read_only: true, serialized_name: 'type', type: { name: 'String' } }, connector_name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.connectorName', type: { name: 'String' } }, connector_type: { client_side_validation: true, required: false, serialized_name: 'properties.connectorType', type: { name: 'String' } }, created: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.created', type: { name: 'DateTime' } }, last_modified: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.lastModified', type: { name: 'DateTime' } }, entity_type: { client_side_validation: true, required: true, serialized_name: 'properties.entityType', type: { name: 'Enum', module: 'EntityTypes' } }, entity_type_name: { client_side_validation: true, required: true, serialized_name: 'properties.entityTypeName', type: { name: 'String' } }, connector_mapping_name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.connectorMappingName', type: { name: 'String' } }, display_name: { client_side_validation: true, required: false, serialized_name: 'properties.displayName', type: { name: 'String' } }, description: { client_side_validation: true, required: false, serialized_name: 'properties.description', type: { name: 'String' } }, data_format_id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.dataFormatId', type: { name: 'String' } }, mapping_properties: { client_side_validation: true, required: true, serialized_name: 'properties.mappingProperties', default_value: {}, type: { name: 'Composite', class_name: 'ConnectorMappingProperties' } }, next_run_time: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.nextRunTime', type: { name: 'DateTime' } }, run_id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.runId', type: { name: 'String' } }, state: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.state', type: { name: 'Enum', module: 'ConnectorMappingStates' } }, tenant_id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.tenantId', type: { name: 'String' } } } } } end