Sha256: 1a1dca6e98ce88a35349b0705bfb14058f7cdfde13f289c483c086a69b09242a
Contents?: true
Size: 1.24 KB
Versions: 6
Compression:
Stored size: 1.24 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::Batch::Mgmt::V2017_01_01 module Models # # Parameters for an ApplicationOperations.ActivateApplicationPackage # request. # class ActivateApplicationPackageParameters include MsRestAzure # @return [String] The format of the application package binary file. attr_accessor :format # # Mapper for ActivateApplicationPackageParameters class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ActivateApplicationPackageParameters', type: { name: 'Composite', class_name: 'ActivateApplicationPackageParameters', model_properties: { format: { client_side_validation: true, required: true, serialized_name: 'format', type: { name: 'String' } } } } } end end end end
Version data entries
6 entries across 6 versions & 1 rubygems