다음을 통해 공유


MultiplayerSessionReference(JSON)

MultiplayerSessionReference를 나타내는 JSON 개체입니다.

MultiplayerSessionReference JSON 개체 사양은 다음과 같습니다.

멤버 유형 설명
scid GUID 서비스 구성 식별자(SCID). 세션 식별자의 파트 1.
templateName 문자열 세션 템플릿의 현재 인스턴스 이름. 세션 식별자의 파트 2.
이름 문자열 세션의 이름. 세션 식별자의 파트 3.

JSON 구문 예

{
  "scid": "8d050174-412b-4d51-a29b-d55a34edfdb7",
  "templateName": "integration",
  "name": "19de0095d8bb41048f19edbbb6bc6b04"
}
  
    

참고 항목

부모

JSON(JavaScript Object Notation) 개체 참조

참조

MultiplayerSession(JSON)