Sha256: 0a82c25fd8fd7251d5101520d2173a71829b448a6b5533ca81434a14cf2bc553
Contents?: true
Size: 1.15 KB
Versions: 3
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::ServiceFabric::V6_5_0_36 module Models # # An internal ID used by Service Fabric to uniquely identify a node. Node # Id is deterministically generated from node name. # class NodeId include MsRestAzure # @return [String] Value of the node Id. This is a 128 bit integer. attr_accessor :id # # Mapper for NodeId class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'NodeId', type: { name: 'Composite', class_name: 'NodeId', model_properties: { id: { client_side_validation: true, required: false, serialized_name: 'Id', type: { name: 'String' } } } } } end end end end
Version data entries
3 entries across 3 versions & 1 rubygems