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

Unmarshall() 공개 정적인 메소드

public static Unmarshall ( UnmarshallerContext context ) : DeleteSnapshotResponse
context UnmarshallerContext
리턴 DeleteSnapshotResponse
        public static DeleteSnapshotResponse Unmarshall(UnmarshallerContext context)
        {
            DeleteSnapshotResponse deleteSnapshotResponse = new DeleteSnapshotResponse();

            deleteSnapshotResponse.HttpResponse = context.HttpResponse;
            deleteSnapshotResponse.RequestId = context.StringValue("DeleteSnapshot.RequestId");

            return deleteSnapshotResponse;
        }
DeleteSnapshotResponseUnmarshaller