public static CreateCommonBandwidthPackageResponse Unmarshall(UnmarshallerContext context)
        {
            CreateCommonBandwidthPackageResponse createCommonBandwidthPackageResponse = new CreateCommonBandwidthPackageResponse();

            createCommonBandwidthPackageResponse.HttpResponse       = context.HttpResponse;
            createCommonBandwidthPackageResponse.RequestId          = context.StringValue("CreateCommonBandwidthPackage.RequestId");
            createCommonBandwidthPackageResponse.BandwidthPackageId = context.StringValue("CreateCommonBandwidthPackage.BandwidthPackageId");

            return(createCommonBandwidthPackageResponse);
        }
Example #2
0
        public static CreateCommonBandwidthPackageResponse Unmarshall(UnmarshallerContext _ctx)
        {
            CreateCommonBandwidthPackageResponse createCommonBandwidthPackageResponse = new CreateCommonBandwidthPackageResponse();

            createCommonBandwidthPackageResponse.HttpResponse       = _ctx.HttpResponse;
            createCommonBandwidthPackageResponse.RequestId          = _ctx.StringValue("CreateCommonBandwidthPackage.RequestId");
            createCommonBandwidthPackageResponse.BandwidthPackageId = _ctx.StringValue("CreateCommonBandwidthPackage.BandwidthPackageId");
            createCommonBandwidthPackageResponse.ResourceGroupId    = _ctx.StringValue("CreateCommonBandwidthPackage.ResourceGroupId");

            return(createCommonBandwidthPackageResponse);
        }