Aliyun.Acs.Ecs.Transform.V20140526.ResetDiskResponseUnmarshaller.Unmarshall C# (CSharp) 메소드

Unmarshall() 공개 정적인 메소드

public static Unmarshall ( UnmarshallerContext context ) : ResetDiskResponse
context UnmarshallerContext
리턴 ResetDiskResponse
        public static ResetDiskResponse Unmarshall(UnmarshallerContext context)
        {
            ResetDiskResponse resetDiskResponse = new ResetDiskResponse();

            resetDiskResponse.HttpResponse = context.HttpResponse;
            resetDiskResponse.RequestId = context.StringValue("ResetDisk.RequestId");

            return resetDiskResponse;
        }
ResetDiskResponseUnmarshaller