\OSS\ModelBucketInfo

Bucket信息,ListBuckets接口返回数据

Class BucketInfo

Summary

Methods
Properties
Constants
__construct()
getLocation()
getName()
getCreateDate()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$location
$name
$createDate
N/A

Properties

$location

$location : string

bucket所在的region

Type

string

$name

$name : string

bucket的名称

Type

string

$createDate

$createDate : string

bucket的创建事件

Type

string

Methods

__construct()

__construct(string  $location, string  $name, string  $createDate) 

BucketInfo constructor.

Parameters

string $location
string $name
string $createDate

getLocation()

getLocation() : string

得到bucket所在的region

Returns

string

getName()

getName() : string

得到bucket的名称

Returns

string

getCreateDate()

getCreateDate() : string

得到bucket的创建时间

Returns

string