Aliyun.Acs.HPC.Transform.V20160603.ModifyJumpserverPasswordResponseUnmarshaller.Unmarshall C# (CSharp) Method

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : ModifyJumpserverPasswordResponse
context UnmarshallerContext
return ModifyJumpserverPasswordResponse
        public static ModifyJumpserverPasswordResponse Unmarshall(UnmarshallerContext context)
        {
            ModifyJumpserverPasswordResponse modifyJumpserverPasswordResponse = new ModifyJumpserverPasswordResponse();

            modifyJumpserverPasswordResponse.HttpResponse = context.HttpResponse;
            modifyJumpserverPasswordResponse.RequestId = context.StringValue("ModifyJumpserverPassword.RequestId");

            return modifyJumpserverPasswordResponse;
        }
ModifyJumpserverPasswordResponseUnmarshaller