Skip to content

Commit da0d2aa

Browse files
committed
SubscribeBillToOSSRequest add multAccountRelSubscribe, bucketOwnerId.
1 parent c7d3714 commit da0d2aa

File tree

8 files changed

+2069
-2199
lines changed

8 files changed

+2069
-2199
lines changed

CHANGELOG

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2019-08-02 Version 1.36.73
2+
- SubscribeBillToOSSRequest add multAccountRelSubscribe, bucketOwnerId.
3+
- UnsubscribeBillToOSSRequest add multAccountRelSubscribe.
4+
15
2019-07-31 Version 1.36.72
26
- Endpoint auto route.
37

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.36.72
1+
1.36.73

bssopenapi/include/alibabacloud/bssopenapi/BssOpenApiClient.h

+314-346
Large diffs are not rendered by default.

bssopenapi/include/alibabacloud/bssopenapi/model/SubscribeBillToOSSRequest.h

+6
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,20 @@ namespace AlibabaCloud
3535
SubscribeBillToOSSRequest();
3636
~SubscribeBillToOSSRequest();
3737

38+
long getBucketOwnerId()const;
39+
void setBucketOwnerId(long bucketOwnerId);
3840
std::string getSubscribeType()const;
3941
void setSubscribeType(const std::string& subscribeType);
4042
std::string getSubscribeBucket()const;
4143
void setSubscribeBucket(const std::string& subscribeBucket);
44+
std::string getMultAccountRelSubscribe()const;
45+
void setMultAccountRelSubscribe(const std::string& multAccountRelSubscribe);
4246

4347
private:
48+
long bucketOwnerId_;
4449
std::string subscribeType_;
4550
std::string subscribeBucket_;
51+
std::string multAccountRelSubscribe_;
4652

4753
};
4854
}

bssopenapi/include/alibabacloud/bssopenapi/model/UnsubscribeBillToOSSRequest.h

+3
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,12 @@ namespace AlibabaCloud
3737

3838
std::string getSubscribeType()const;
3939
void setSubscribeType(const std::string& subscribeType);
40+
std::string getMultAccountRelSubscribe()const;
41+
void setMultAccountRelSubscribe(const std::string& multAccountRelSubscribe);
4042

4143
private:
4244
std::string subscribeType_;
45+
std::string multAccountRelSubscribe_;
4346

4447
};
4548
}

0 commit comments

Comments
 (0)