Class: TencentCloud::Mrs::V20200910::ImageMaskFlags
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mrs::V20200910::ImageMaskFlags
- Defined in:
- lib/v20200910/models.rb
Overview
图片脱敏选项不填默认敏感信息都脱敏
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(hospitalflag = nil, doctorflag = nil, patientflag = nil, barflag = nil) ⇒ ImageMaskFlags
constructor
A new instance of ImageMaskFlags.
Constructor Details
#initialize(hospitalflag = nil, doctorflag = nil, patientflag = nil, barflag = nil) ⇒ ImageMaskFlags
Returns a new instance of ImageMaskFlags.
4949 4950 4951 4952 4953 4954 |
# File 'lib/v20200910/models.rb', line 4949 def initialize(hospitalflag=nil, doctorflag=nil, patientflag=nil, =nil) @HospitalFlag = hospitalflag @DoctorFlag = doctorflag @PatientFlag = patientflag @BarFlag = end |
Instance Attribute Details
#BarFlag ⇒ Object
4947 4948 4949 |
# File 'lib/v20200910/models.rb', line 4947 def BarFlag @BarFlag end |
#DoctorFlag ⇒ Object
4947 4948 4949 |
# File 'lib/v20200910/models.rb', line 4947 def DoctorFlag @DoctorFlag end |
#HospitalFlag ⇒ Object
4947 4948 4949 |
# File 'lib/v20200910/models.rb', line 4947 def HospitalFlag @HospitalFlag end |
#PatientFlag ⇒ Object
4947 4948 4949 |
# File 'lib/v20200910/models.rb', line 4947 def PatientFlag @PatientFlag end |
Instance Method Details
#deserialize(params) ⇒ Object
4956 4957 4958 4959 4960 4961 |
# File 'lib/v20200910/models.rb', line 4956 def deserialize(params) @HospitalFlag = params['HospitalFlag'] @DoctorFlag = params['DoctorFlag'] @PatientFlag = params['PatientFlag'] @BarFlag = params['BarFlag'] end |