class Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountSchema
The integration account schema.
Attributes
changed_time[RW]
@return [DateTime] The changed time.
content[RW]
@return [String] The content.
content_link[RW]
@return [ContentLink] The content link.
content_type[RW]
@return [String] The content type.
created_time[RW]
@return [DateTime] The created time.
document_name[RW]
@return [String] The document name.
file_name[RW]
@return [String] The file name.
metadata[RW]
@return The metadata.
schema_type[RW]
@return [SchemaType] The schema type. Possible values include: 'NotSpecified', 'Xml'
target_namespace[RW]
@return [String] The target namespace of the schema.
Private Class Methods
mapper()
click to toggle source
Mapper for IntegrationAccountSchema
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2018-07-01-preview/generated/azure_mgmt_logic/models/integration_account_schema.rb, line 51 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'IntegrationAccountSchema', type: { name: 'Composite', class_name: 'IntegrationAccountSchema', 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' } }, location: { client_side_validation: true, required: false, serialized_name: 'location', type: { name: 'String' } }, tags: { client_side_validation: true, required: false, serialized_name: 'tags', type: { name: 'Dictionary', value: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } }, schema_type: { client_side_validation: true, required: true, serialized_name: 'properties.schemaType', type: { name: 'String' } }, target_namespace: { client_side_validation: true, required: false, serialized_name: 'properties.targetNamespace', type: { name: 'String' } }, document_name: { client_side_validation: true, required: false, serialized_name: 'properties.documentName', type: { name: 'String' } }, file_name: { client_side_validation: true, required: false, serialized_name: 'properties.fileName', type: { name: 'String' } }, created_time: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.createdTime', type: { name: 'DateTime' } }, changed_time: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.changedTime', type: { name: 'DateTime' } }, metadata: { client_side_validation: true, required: false, serialized_name: 'properties.metadata', type: { name: 'Object' } }, content: { client_side_validation: true, required: false, serialized_name: 'properties.content', type: { name: 'String' } }, content_type: { client_side_validation: true, required: false, serialized_name: 'properties.contentType', type: { name: 'String' } }, content_link: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.contentLink', type: { name: 'Composite', class_name: 'ContentLink' } } } } } end