Aliyun.Acs.CloudAPI.Transform.V20160714.DeleteDomainResponseUnmarshaller.Unmarshall C# (CSharp) 메소드

Unmarshall() 공개 정적인 메소드

public static Unmarshall ( UnmarshallerContext context ) : DeleteDomainResponse
context UnmarshallerContext
리턴 DeleteDomainResponse
        public static DeleteDomainResponse Unmarshall(UnmarshallerContext context)
        {
            DeleteDomainResponse deleteDomainResponse = new DeleteDomainResponse();

            deleteDomainResponse.HttpResponse = context.HttpResponse;
            deleteDomainResponse.RequestId = context.StringValue("DeleteDomain.RequestId");

            return deleteDomainResponse;
        }
DeleteDomainResponseUnmarshaller