File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3882,17 +3882,13 @@ declare namespace PlayFabServerModels {
38823882 * Value. If it already exists, the Value for that key will be overwritten with the new Value.
38833883 */
38843884 interface SetTitleDataRequest {
3885- /** Id of azure resource */
3886- AzureResourceId ?: string ,
38873885 /** The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). */
38883886 CustomTags ?: { [ key : string ] : string | null } ,
38893887 /**
38903888 * key we want to set a value on (note, this is additive - will only replace an existing key's value if they are the same
38913889 * name.) Keys are trimmed of whitespace. Keys may not begin with the '!' character.
38923890 */
38933891 Key : string ,
3894- /** System Data of the Azure Resource */
3895- SystemData ?: AzureResourceSystemData ,
38963892 /**
38973893 * Unique identifier for the title, found in the Settings > Game Properties section of the PlayFab developer site when a
38983894 * title has been selected.
@@ -3903,8 +3899,6 @@ declare namespace PlayFabServerModels {
39033899 }
39043900
39053901 interface SetTitleDataResult {
3906- /** Id of azure resource */
3907- AzureResourceId ?: string ,
39083902 }
39093903
39103904 interface SharedGroupDataRecord {
Original file line number Diff line number Diff line change 11{
22 "name" : " playfab-cloudscriptexample" ,
3- "version" : " 0.0.220131 " ,
3+ "version" : " 0.0.220214 " ,
44 "description" : " PlayFab CloudScriptExample" ,
55 "main" : " ExampleCloudScript.js" ,
66 "author" : {
You can’t perform that action at this time.
0 commit comments