Aliyun.Acs.Rds.Transform.V20140815.CreateDatabaseResponseUnmarshaller.Unmarshall C# (CSharp) Méthode

Unmarshall() public static méthode

public static Unmarshall ( UnmarshallerContext context ) : CreateDatabaseResponse
context UnmarshallerContext
Résultat CreateDatabaseResponse
        public static CreateDatabaseResponse Unmarshall(UnmarshallerContext context)
        {
            CreateDatabaseResponse createDatabaseResponse = new CreateDatabaseResponse();

            createDatabaseResponse.HttpResponse = context.HttpResponse;
            createDatabaseResponse.RequestId = context.StringValue("CreateDatabase.RequestId");

            return createDatabaseResponse;
        }
CreateDatabaseResponseUnmarshaller