Sha256: 3537f423b00ceb6c0772f6329026791d00faaea6dd540971220de8b3d84f12de
Contents?: true
Size: 1.84 KB
Versions: 5
Compression:
Stored size: 1.84 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_4_0_36 module Models # # Path to match for routing. # class HttpRouteMatchPath include MsRestAzure # @return [String] Uri path to match for request. attr_accessor :value # @return [String] replacement string for matched part of the Uri. attr_accessor :rewrite # @return [String] how to match value in the Uri. Default value: 'prefix' # . attr_accessor :type # # Mapper for HttpRouteMatchPath class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'HttpRouteMatchPath', type: { name: 'Composite', class_name: 'HttpRouteMatchPath', model_properties: { value: { client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'String' } }, rewrite: { client_side_validation: true, required: false, serialized_name: 'rewrite', type: { name: 'String' } }, type: { client_side_validation: true, required: true, is_constant: true, serialized_name: 'type', default_value: 'prefix', type: { name: 'String' } } } } } end end end end
Version data entries
5 entries across 5 versions & 1 rubygems