Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.31 KB

File metadata and controls

82 lines (45 loc) · 2.31 KB

CertificateScanTarget

Properties

Name Type Description Notes
Host Pointer to string [optional]
PortRanges Pointer to string [optional]

Methods

NewCertificateScanTarget

func NewCertificateScanTarget() *CertificateScanTarget

NewCertificateScanTarget instantiates a new CertificateScanTarget object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewCertificateScanTargetWithDefaults

func NewCertificateScanTargetWithDefaults() *CertificateScanTarget

NewCertificateScanTargetWithDefaults instantiates a new CertificateScanTarget object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetHost

func (o *CertificateScanTarget) GetHost() string

GetHost returns the Host field if non-nil, zero value otherwise.

GetHostOk

func (o *CertificateScanTarget) GetHostOk() (*string, bool)

GetHostOk returns a tuple with the Host field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetHost

func (o *CertificateScanTarget) SetHost(v string)

SetHost sets Host field to given value.

HasHost

func (o *CertificateScanTarget) HasHost() bool

HasHost returns a boolean if a field has been set.

GetPortRanges

func (o *CertificateScanTarget) GetPortRanges() string

GetPortRanges returns the PortRanges field if non-nil, zero value otherwise.

GetPortRangesOk

func (o *CertificateScanTarget) GetPortRangesOk() (*string, bool)

GetPortRangesOk returns a tuple with the PortRanges field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPortRanges

func (o *CertificateScanTarget) SetPortRanges(v string)

SetPortRanges sets PortRanges field to given value.

HasPortRanges

func (o *CertificateScanTarget) HasPortRanges() bool

HasPortRanges returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]