Sha256: 262d2da33806844e71afb042e344645aacc37f133fb6f20b335a9729230b3353
Contents?: true
Size: 1.31 KB
Versions: 5
Compression:
Stored size: 1.31 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ServiceFabric::V6_3_0_9 module Models # # Path description for the application package in the image store specified # during the prior copy operation. # class ApplicationTypeImageStorePath include MsRestAzure # @return [String] The relative image store path to the application # package. attr_accessor :application_type_build_path # # Mapper for ApplicationTypeImageStorePath class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ApplicationTypeImageStorePath', type: { name: 'Composite', class_name: 'ApplicationTypeImageStorePath', model_properties: { application_type_build_path: { client_side_validation: true, required: true, serialized_name: 'ApplicationTypeBuildPath', type: { name: 'String' } } } } } end end end end
Version data entries
5 entries across 5 versions & 1 rubygems