class Azure::Network::Mgmt::V2020_05_01::Models::ServiceTagInformation
The service tag information.
Attributes
id[RW]
@return [String] The ID of service tag.
name[RW]
@return [String] The name of service tag.
properties[RW]
@return [ServiceTagInformationPropertiesFormat] Properties of the service tag information.
Public Class Methods
mapper()
click to toggle source
Mapper for ServiceTagInformation
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2020-05-01/generated/azure_mgmt_network/models/service_tag_information.rb, line 30 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ServiceTagInformation', type: { name: 'Composite', class_name: 'ServiceTagInformation', model_properties: { properties: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties', type: { name: 'Composite', class_name: 'ServiceTagInformationPropertiesFormat' } }, name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'name', type: { name: 'String' } }, id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'id', type: { name: 'String' } } } } } end