Class: TencentCloud::Tcr::V20190924::Limit

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190924/models.rb

Overview

共享镜像仓库用户配额

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(username = nil, type = nil, value = nil) ⇒ Limit



4949
4950
4951
4952
4953
# File 'lib/v20190924/models.rb', line 4949

def initialize(username=nil, type=nil, value=nil)
  @Username = username
  @Type = type
  @Value = value
end

Instance Attribute Details

#Type ⇒ Object



4947
4948
4949
# File 'lib/v20190924/models.rb', line 4947

def Type
  @Type
end

#Username ⇒ Object



4947
4948
4949
# File 'lib/v20190924/models.rb', line 4947

def Username
  @Username
end

#Value ⇒ Object



4947
4948
4949
# File 'lib/v20190924/models.rb', line 4947

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



4955
4956
4957
4958
4959
# File 'lib/v20190924/models.rb', line 4955

def deserialize(params)
  @Username = params['Username']
  @Type = params['Type']
  @Value = params['Value']
end