class Azure::ServiceFabric::V6_5_0_36::Models::ApplicationDeletedEvent
Application Deleted event.
Attributes
Kind[RW]
application_type_name[RW]
@return [String] Application type name.
application_type_version[RW]
@return [String] Application type version.
Public Class Methods
mapper()
click to toggle source
Mapper for ApplicationDeletedEvent
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/6.5.0.36/generated/azure_service_fabric/models/application_deleted_event.rb, line 33 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ApplicationDeleted', type: { name: 'Composite', class_name: 'ApplicationDeletedEvent', model_properties: { event_instance_id: { client_side_validation: true, required: true, serialized_name: 'EventInstanceId', type: { name: 'String' } }, category: { client_side_validation: true, required: false, serialized_name: 'Category', type: { name: 'String' } }, time_stamp: { client_side_validation: true, required: true, serialized_name: 'TimeStamp', type: { name: 'DateTime' } }, has_correlated_events: { client_side_validation: true, required: false, serialized_name: 'HasCorrelatedEvents', type: { name: 'Boolean' } }, Kind: { client_side_validation: true, required: true, serialized_name: 'Kind', type: { name: 'String' } }, application_id: { client_side_validation: true, required: true, serialized_name: 'ApplicationId', type: { name: 'String' } }, application_type_name: { client_side_validation: true, required: true, serialized_name: 'ApplicationTypeName', type: { name: 'String' } }, application_type_version: { client_side_validation: true, required: true, serialized_name: 'ApplicationTypeVersion', type: { name: 'String' } } } } } end
new()
click to toggle source
# File lib/6.5.0.36/generated/azure_service_fabric/models/application_deleted_event.rb, line 16 def initialize @Kind = "ApplicationDeleted" end