class Azure::ServiceFabric::V6_3_0_9::Models::Int64PropertyValue
Describes a Service Fabric property value of type Int64.
Attributes
Kind[RW]
data[RW]
@return [String] The data of the property value.
Public Class Methods
mapper()
click to toggle source
Mapper for Int64PropertyValue
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/6.3.0.9/generated/azure_service_fabric/models/int64property_value.rb, line 30 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'Int64', type: { name: 'Composite', class_name: 'Int64PropertyValue', model_properties: { Kind: { client_side_validation: true, required: true, serialized_name: 'Kind', type: { name: 'String' } }, data: { client_side_validation: true, required: true, serialized_name: 'Data', type: { name: 'String' } } } } } end
new()
click to toggle source
# File lib/6.3.0.9/generated/azure_service_fabric/models/int64property_value.rb, line 16 def initialize @Kind = "Int64" end