Sha256: 1646d30659751fd4ad4d9c18cdb5fd448d057dd3940cdf0c186f5fd187c03ec9
Contents?: true
Size: 1.12 KB
Versions: 2
Compression:
Stored size: 1.12 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_05_01 module Models # # Parameters for an activating an application package. # 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