Sha256: f97401ca0dc8f26742f9535031b457e79bd3ba4b3044c2240dcd12b5c0ce1b00
Contents?: true
Size: 1.95 KB
Versions: 15
Compression:
Stored size: 1.95 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::Network::Mgmt::V2019_07_01 module Models # # Response for ServiceAssociationLinks_List operation. # class ServiceAssociationLinksListResult include MsRestAzure # @return [Array<ServiceAssociationLink>] The service association links # in a subnet. attr_accessor :value # @return [String] The URL to get the next set of results. attr_accessor :next_link # # Mapper for ServiceAssociationLinksListResult class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ServiceAssociationLinksListResult', type: { name: 'Composite', class_name: 'ServiceAssociationLinksListResult', model_properties: { value: { client_side_validation: true, required: false, serialized_name: 'value', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'ServiceAssociationLinkElementType', type: { name: 'Composite', class_name: 'ServiceAssociationLink' } } } }, next_link: { client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', type: { name: 'String' } } } } } end end end end
Version data entries
15 entries across 15 versions & 2 rubygems