Sha256: 89ce6c06f1d391efdefa9d0410ca33c8f37ddc429ad9fdff9f222adbca2eb557
Contents?: true
Size: 1.39 KB
Versions: 3
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_5_0_36 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
3 entries across 3 versions & 1 rubygems