Class: TencentCloud::Tcr::V20190924::DescribeReplicationPoliciesRequest

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

Overview

DescribeReplicationPolicies请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(registryid = nil, page = nil, pagesize = nil) ⇒ DescribeReplicationPoliciesRequest

Returns a new instance of DescribeReplicationPoliciesRequest.



3784
3785
3786
3787
3788
# File 'lib/v20190924/models.rb', line 3784

def initialize(registryid=nil, page=nil, pagesize=nil)
  @RegistryId = registryid
  @Page = page
  @PageSize = pagesize
end

Instance Attribute Details

#Page ⇒ Object

Parameters:

  • RegistryId: —

    实例ID

  • Page: —

    页数,默认为1

  • PageSize: —

    每页展示个数,默认为100



3782
3783
3784
# File 'lib/v20190924/models.rb', line 3782

def Page
  @Page
end

#PageSize ⇒ Object

Parameters:

  • RegistryId: —

    实例ID

  • Page: —

    页数,默认为1

  • PageSize: —

    每页展示个数,默认为100



3782
3783
3784
# File 'lib/v20190924/models.rb', line 3782

def PageSize
  @PageSize
end

#RegistryId ⇒ Object

Parameters:

  • RegistryId: —

    实例ID

  • Page: —

    页数,默认为1

  • PageSize: —

    每页展示个数,默认为100



3782
3783
3784
# File 'lib/v20190924/models.rb', line 3782

def RegistryId
  @RegistryId
end

Instance Method Details

#deserialize(params) ⇒ Object



3790
3791
3792
3793
3794
# File 'lib/v20190924/models.rb', line 3790

def deserialize(params)
  @RegistryId = params['RegistryId']
  @Page = params['Page']
  @PageSize = params['PageSize']
end