Sha256: f4315eb4a0d31a0222ef624882454f30376414aa69414e94ae4b7e89fbf9c20e
Contents?: true
Size: 1.15 KB
Versions: 2
Compression:
Stored size: 1.15 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::V2015_12_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() { required: false, serialized_name: 'ActivateApplicationPackageParameters', type: { name: 'Composite', class_name: 'ActivateApplicationPackageParameters', model_properties: { format: { required: true, serialized_name: 'format', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems