class Azure::ServiceFabric::V6_3_0_9::Models::ApplicationTypeManifest

Contains the manifest describing an application type registered in a Service Fabric cluster.

Attributes

manifest[RW]

@return [String] The XML manifest as a string.

Public Class Methods

mapper() click to toggle source

Mapper for ApplicationTypeManifest class as Ruby Hash. This will be used for serialization/deserialization.

# File lib/6.3.0.9/generated/azure_service_fabric/models/application_type_manifest.rb, line 24
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'ApplicationTypeManifest',
    type: {
      name: 'Composite',
      class_name: 'ApplicationTypeManifest',
      model_properties: {
        manifest: {
          client_side_validation: true,
          required: false,
          serialized_name: 'Manifest',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end