Sha256: 3c46d2d4bc99623f87ff6eae7d7e254897c71dae12f4408db25d131591aaa375
Contents?: true
Size: 1.39 KB
Versions: 5
Compression:
Stored size: 1.39 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 # # Describes a container label. # class ContainerLabel include MsRestAzure # @return [String] The name of the container label. attr_accessor :name # @return [String] The value of the container label. attr_accessor :value # # Mapper for ContainerLabel class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ContainerLabel', type: { name: 'Composite', class_name: 'ContainerLabel', model_properties: { name: { client_side_validation: true, required: true, serialized_name: 'name', type: { name: 'String' } }, value: { client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'String' } } } } } end end end end
Version data entries
5 entries across 5 versions & 1 rubygems