C# Class PlayFab.PlayStreamModels.TitleSecretKeyEventData

Inheritance: PlayStreamEventBase
Show file Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
Deleted bool?
DeveloperId string
Disabled bool?
ExpiryDate DateTime?
SecretKeyId string
SecretKeyName string
UserId string

Property Details

Deleted public property

public bool? Deleted
return bool?

DeveloperId public property

public string DeveloperId
return string

Disabled public property

public bool? Disabled
return bool?

ExpiryDate public property

public DateTime? ExpiryDate
return DateTime?

SecretKeyId public property

public string SecretKeyId
return string

SecretKeyName public property

public string SecretKeyName
return string

UserId public property

public string UserId
return string