Name | Type | Description | Notes |
---|---|---|---|
ArtifactoryTargetDetails | Pointer to ArtifactoryTargetDetails | [optional] | |
AwsTargetDetails | Pointer to AWSTargetDetails | [optional] | |
AzureTargetDetails | Pointer to AzureTargetDetails | [optional] | |
ChefTargetDetails | Pointer to ChefTargetDetails | [optional] | |
CustomTargetDetails | Pointer to CustomTargetDetails | [optional] | |
DbTargetDetails | Pointer to DbTargetDetails | [optional] | |
DockerhubTargetDetails | Pointer to DockerhubTargetDetails | [optional] | |
EksTargetDetails | Pointer to EKSTargetDetails | [optional] | |
GcpTargetDetails | Pointer to GcpTargetDetails | [optional] | |
GithubTargetDetails | Pointer to GithubTargetDetails | [optional] | |
GitlabTargetDetails | Pointer to GitlabTargetDetails | [optional] | |
GkeTargetDetails | Pointer to GKETargetDetails | [optional] | |
GlobalsignAtlasTargetDetails | Pointer to GlobalSignAtlasTargetDetails | [optional] | |
GlobalsignTargetDetails | Pointer to GlobalSignGCCTargetDetails | [optional] | |
GodaddyTargetDetails | Pointer to GodaddyTargetDetails | [optional] | |
HashiVaultTargetDetails | Pointer to HashiVaultTargetDetails | [optional] | |
LdapTargetDetails | Pointer to LdapTargetDetails | [optional] | |
LinkedTargetDetails | Pointer to LinkedTargetDetails | [optional] | |
MongoDbTargetDetails | Pointer to MongoDBTargetDetails | [optional] | |
NativeK8sTargetDetails | Pointer to NativeK8sTargetDetails | [optional] | |
PingTargetDetails | Pointer to PingTargetDetails | [optional] | |
RabbitMqTargetDetails | Pointer to RabbitMQTargetDetails | [optional] | |
SalesforceTargetDetails | Pointer to SalesforceTargetDetails | [optional] | |
SectigoTargetDetails | Pointer to SectigoTargetDetails | [optional] | |
SshTargetDetails | Pointer to SSHTargetDetails | [optional] | |
VenafiTargetDetails | Pointer to VenafiTargetDetails | [optional] | |
WebTargetDetails | Pointer to WebTargetDetails | [optional] | |
WindowsTargetDetails | Pointer to WindowsTargetDetails | [optional] | |
ZerosslTargetDetails | Pointer to ZeroSSLTargetDetails | [optional] |
func NewTargetTypeDetailsInput() *TargetTypeDetailsInput
NewTargetTypeDetailsInput instantiates a new TargetTypeDetailsInput 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
func NewTargetTypeDetailsInputWithDefaults() *TargetTypeDetailsInput
NewTargetTypeDetailsInputWithDefaults instantiates a new TargetTypeDetailsInput 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
func (o *TargetTypeDetailsInput) GetArtifactoryTargetDetails() ArtifactoryTargetDetails
GetArtifactoryTargetDetails returns the ArtifactoryTargetDetails field if non-nil, zero value otherwise.
func (o *TargetTypeDetailsInput) GetArtifactoryTargetDetailsOk() (*ArtifactoryTargetDetails, bool)
GetArtifactoryTargetDetailsOk returns a tuple with the ArtifactoryTargetDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetTypeDetailsInput) SetArtifactoryTargetDetails(v ArtifactoryTargetDetails)
SetArtifactoryTargetDetails sets ArtifactoryTargetDetails field to given value.
func (o *TargetTypeDetailsInput) HasArtifactoryTargetDetails() bool
HasArtifactoryTargetDetails returns a boolean if a field has been set.
func (o *TargetTypeDetailsInput) GetAwsTargetDetails() AWSTargetDetails
GetAwsTargetDetails returns the AwsTargetDetails field if non-nil, zero value otherwise.
func (o *TargetTypeDetailsInput) GetAwsTargetDetailsOk() (*AWSTargetDetails, bool)
GetAwsTargetDetailsOk returns a tuple with the AwsTargetDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetTypeDetailsInput) SetAwsTargetDetails(v AWSTargetDetails)
SetAwsTargetDetails sets AwsTargetDetails field to given value.
func (o *TargetTypeDetailsInput) HasAwsTargetDetails() bool
HasAwsTargetDetails returns a boolean if a field has been set.
func (o *TargetTypeDetailsInput) GetAzureTargetDetails() AzureTargetDetails
GetAzureTargetDetails returns the AzureTargetDetails field if non-nil, zero value otherwise.
func (o *TargetTypeDetailsInput) GetAzureTargetDetailsOk() (*AzureTargetDetails, bool)
GetAzureTargetDetailsOk returns a tuple with the AzureTargetDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetTypeDetailsInput) SetAzureTargetDetails(v AzureTargetDetails)
SetAzureTargetDetails sets AzureTargetDetails field to given value.
func (o *TargetTypeDetailsInput) HasAzureTargetDetails() bool
HasAzureTargetDetails returns a boolean if a field has been set.
func (o *TargetTypeDetailsInput) GetChefTargetDetails() ChefTargetDetails
GetChefTargetDetails returns the ChefTargetDetails field if non-nil, zero value otherwise.
func (o *TargetTypeDetailsInput) GetChefTargetDetailsOk() (*ChefTargetDetails, bool)
GetChefTargetDetailsOk returns a tuple with the ChefTargetDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetTypeDetailsInput) SetChefTargetDetails(v ChefTargetDetails)
SetChefTargetDetails sets ChefTargetDetails field to given value.
func (o *TargetTypeDetailsInput) HasChefTargetDetails() bool
HasChefTargetDetails returns a boolean if a field has been set.
func (o *TargetTypeDetailsInput) GetCustomTargetDetails() CustomTargetDetails
GetCustomTargetDetails returns the CustomTargetDetails field if non-nil, zero value otherwise.
func (o *TargetTypeDetailsInput) GetCustomTargetDetailsOk() (*CustomTargetDetails, bool)
GetCustomTargetDetailsOk returns a tuple with the CustomTargetDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetTypeDetailsInput) SetCustomTargetDetails(v CustomTargetDetails)
SetCustomTargetDetails sets CustomTargetDetails field to given value.
func (o *TargetTypeDetailsInput) HasCustomTargetDetails() bool
HasCustomTargetDetails returns a boolean if a field has been set.
func (o *TargetTypeDetailsInput) GetDbTargetDetails() DbTargetDetails
GetDbTargetDetails returns the DbTargetDetails field if non-nil, zero value otherwise.
func (o *TargetTypeDetailsInput) GetDbTargetDetailsOk() (*DbTargetDetails, bool)
GetDbTargetDetailsOk returns a tuple with the DbTargetDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetTypeDetailsInput) SetDbTargetDetails(v DbTargetDetails)
SetDbTargetDetails sets DbTargetDetails field to given value.
func (o *TargetTypeDetailsInput) HasDbTargetDetails() bool
HasDbTargetDetails returns a boolean if a field has been set.
func (o *TargetTypeDetailsInput) GetDockerhubTargetDetails() DockerhubTargetDetails
GetDockerhubTargetDetails returns the DockerhubTargetDetails field if non-nil, zero value otherwise.
func (o *TargetTypeDetailsInput) GetDockerhubTargetDetailsOk() (*DockerhubTargetDetails, bool)
GetDockerhubTargetDetailsOk returns a tuple with the DockerhubTargetDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetTypeDetailsInput) SetDockerhubTargetDetails(v DockerhubTargetDetails)
SetDockerhubTargetDetails sets DockerhubTargetDetails field to given value.
func (o *TargetTypeDetailsInput) HasDockerhubTargetDetails() bool
HasDockerhubTargetDetails returns a boolean if a field has been set.
func (o *TargetTypeDetailsInput) GetEksTargetDetails() EKSTargetDetails
GetEksTargetDetails returns the EksTargetDetails field if non-nil, zero value otherwise.
func (o *TargetTypeDetailsInput) GetEksTargetDetailsOk() (*EKSTargetDetails, bool)
GetEksTargetDetailsOk returns a tuple with the EksTargetDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetTypeDetailsInput) SetEksTargetDetails(v EKSTargetDetails)
SetEksTargetDetails sets EksTargetDetails field to given value.
func (o *TargetTypeDetailsInput) HasEksTargetDetails() bool
HasEksTargetDetails returns a boolean if a field has been set.
func (o *TargetTypeDetailsInput) GetGcpTargetDetails() GcpTargetDetails
GetGcpTargetDetails returns the GcpTargetDetails field if non-nil, zero value otherwise.
func (o *TargetTypeDetailsInput) GetGcpTargetDetailsOk() (*GcpTargetDetails, bool)
GetGcpTargetDetailsOk returns a tuple with the GcpTargetDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetTypeDetailsInput) SetGcpTargetDetails(v GcpTargetDetails)
SetGcpTargetDetails sets GcpTargetDetails field to given value.
func (o *TargetTypeDetailsInput) HasGcpTargetDetails() bool
HasGcpTargetDetails returns a boolean if a field has been set.
func (o *TargetTypeDetailsInput) GetGithubTargetDetails() GithubTargetDetails
GetGithubTargetDetails returns the GithubTargetDetails field if non-nil, zero value otherwise.
func (o *TargetTypeDetailsInput) GetGithubTargetDetailsOk() (*GithubTargetDetails, bool)
GetGithubTargetDetailsOk returns a tuple with the GithubTargetDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetTypeDetailsInput) SetGithubTargetDetails(v GithubTargetDetails)
SetGithubTargetDetails sets GithubTargetDetails field to given value.
func (o *TargetTypeDetailsInput) HasGithubTargetDetails() bool
HasGithubTargetDetails returns a boolean if a field has been set.
func (o *TargetTypeDetailsInput) GetGitlabTargetDetails() GitlabTargetDetails
GetGitlabTargetDetails returns the GitlabTargetDetails field if non-nil, zero value otherwise.
func (o *TargetTypeDetailsInput) GetGitlabTargetDetailsOk() (*GitlabTargetDetails, bool)
GetGitlabTargetDetailsOk returns a tuple with the GitlabTargetDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetTypeDetailsInput) SetGitlabTargetDetails(v GitlabTargetDetails)
SetGitlabTargetDetails sets GitlabTargetDetails field to given value.
func (o *TargetTypeDetailsInput) HasGitlabTargetDetails() bool
HasGitlabTargetDetails returns a boolean if a field has been set.
func (o *TargetTypeDetailsInput) GetGkeTargetDetails() GKETargetDetails
GetGkeTargetDetails returns the GkeTargetDetails field if non-nil, zero value otherwise.
func (o *TargetTypeDetailsInput) GetGkeTargetDetailsOk() (*GKETargetDetails, bool)
GetGkeTargetDetailsOk returns a tuple with the GkeTargetDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetTypeDetailsInput) SetGkeTargetDetails(v GKETargetDetails)
SetGkeTargetDetails sets GkeTargetDetails field to given value.
func (o *TargetTypeDetailsInput) HasGkeTargetDetails() bool
HasGkeTargetDetails returns a boolean if a field has been set.
func (o *TargetTypeDetailsInput) GetGlobalsignAtlasTargetDetails() GlobalSignAtlasTargetDetails
GetGlobalsignAtlasTargetDetails returns the GlobalsignAtlasTargetDetails field if non-nil, zero value otherwise.
func (o *TargetTypeDetailsInput) GetGlobalsignAtlasTargetDetailsOk() (*GlobalSignAtlasTargetDetails, bool)
GetGlobalsignAtlasTargetDetailsOk returns a tuple with the GlobalsignAtlasTargetDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetTypeDetailsInput) SetGlobalsignAtlasTargetDetails(v GlobalSignAtlasTargetDetails)
SetGlobalsignAtlasTargetDetails sets GlobalsignAtlasTargetDetails field to given value.
func (o *TargetTypeDetailsInput) HasGlobalsignAtlasTargetDetails() bool
HasGlobalsignAtlasTargetDetails returns a boolean if a field has been set.
func (o *TargetTypeDetailsInput) GetGlobalsignTargetDetails() GlobalSignGCCTargetDetails
GetGlobalsignTargetDetails returns the GlobalsignTargetDetails field if non-nil, zero value otherwise.
func (o *TargetTypeDetailsInput) GetGlobalsignTargetDetailsOk() (*GlobalSignGCCTargetDetails, bool)
GetGlobalsignTargetDetailsOk returns a tuple with the GlobalsignTargetDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetTypeDetailsInput) SetGlobalsignTargetDetails(v GlobalSignGCCTargetDetails)
SetGlobalsignTargetDetails sets GlobalsignTargetDetails field to given value.
func (o *TargetTypeDetailsInput) HasGlobalsignTargetDetails() bool
HasGlobalsignTargetDetails returns a boolean if a field has been set.
func (o *TargetTypeDetailsInput) GetGodaddyTargetDetails() GodaddyTargetDetails
GetGodaddyTargetDetails returns the GodaddyTargetDetails field if non-nil, zero value otherwise.
func (o *TargetTypeDetailsInput) GetGodaddyTargetDetailsOk() (*GodaddyTargetDetails, bool)
GetGodaddyTargetDetailsOk returns a tuple with the GodaddyTargetDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetTypeDetailsInput) SetGodaddyTargetDetails(v GodaddyTargetDetails)
SetGodaddyTargetDetails sets GodaddyTargetDetails field to given value.
func (o *TargetTypeDetailsInput) HasGodaddyTargetDetails() bool
HasGodaddyTargetDetails returns a boolean if a field has been set.
func (o *TargetTypeDetailsInput) GetHashiVaultTargetDetails() HashiVaultTargetDetails
GetHashiVaultTargetDetails returns the HashiVaultTargetDetails field if non-nil, zero value otherwise.
func (o *TargetTypeDetailsInput) GetHashiVaultTargetDetailsOk() (*HashiVaultTargetDetails, bool)
GetHashiVaultTargetDetailsOk returns a tuple with the HashiVaultTargetDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetTypeDetailsInput) SetHashiVaultTargetDetails(v HashiVaultTargetDetails)
SetHashiVaultTargetDetails sets HashiVaultTargetDetails field to given value.
func (o *TargetTypeDetailsInput) HasHashiVaultTargetDetails() bool
HasHashiVaultTargetDetails returns a boolean if a field has been set.
func (o *TargetTypeDetailsInput) GetLdapTargetDetails() LdapTargetDetails
GetLdapTargetDetails returns the LdapTargetDetails field if non-nil, zero value otherwise.
func (o *TargetTypeDetailsInput) GetLdapTargetDetailsOk() (*LdapTargetDetails, bool)
GetLdapTargetDetailsOk returns a tuple with the LdapTargetDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetTypeDetailsInput) SetLdapTargetDetails(v LdapTargetDetails)
SetLdapTargetDetails sets LdapTargetDetails field to given value.
func (o *TargetTypeDetailsInput) HasLdapTargetDetails() bool
HasLdapTargetDetails returns a boolean if a field has been set.
func (o *TargetTypeDetailsInput) GetLinkedTargetDetails() LinkedTargetDetails
GetLinkedTargetDetails returns the LinkedTargetDetails field if non-nil, zero value otherwise.
func (o *TargetTypeDetailsInput) GetLinkedTargetDetailsOk() (*LinkedTargetDetails, bool)
GetLinkedTargetDetailsOk returns a tuple with the LinkedTargetDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetTypeDetailsInput) SetLinkedTargetDetails(v LinkedTargetDetails)
SetLinkedTargetDetails sets LinkedTargetDetails field to given value.
func (o *TargetTypeDetailsInput) HasLinkedTargetDetails() bool
HasLinkedTargetDetails returns a boolean if a field has been set.
func (o *TargetTypeDetailsInput) GetMongoDbTargetDetails() MongoDBTargetDetails
GetMongoDbTargetDetails returns the MongoDbTargetDetails field if non-nil, zero value otherwise.
func (o *TargetTypeDetailsInput) GetMongoDbTargetDetailsOk() (*MongoDBTargetDetails, bool)
GetMongoDbTargetDetailsOk returns a tuple with the MongoDbTargetDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetTypeDetailsInput) SetMongoDbTargetDetails(v MongoDBTargetDetails)
SetMongoDbTargetDetails sets MongoDbTargetDetails field to given value.
func (o *TargetTypeDetailsInput) HasMongoDbTargetDetails() bool
HasMongoDbTargetDetails returns a boolean if a field has been set.
func (o *TargetTypeDetailsInput) GetNativeK8sTargetDetails() NativeK8sTargetDetails
GetNativeK8sTargetDetails returns the NativeK8sTargetDetails field if non-nil, zero value otherwise.
func (o *TargetTypeDetailsInput) GetNativeK8sTargetDetailsOk() (*NativeK8sTargetDetails, bool)
GetNativeK8sTargetDetailsOk returns a tuple with the NativeK8sTargetDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetTypeDetailsInput) SetNativeK8sTargetDetails(v NativeK8sTargetDetails)
SetNativeK8sTargetDetails sets NativeK8sTargetDetails field to given value.
func (o *TargetTypeDetailsInput) HasNativeK8sTargetDetails() bool
HasNativeK8sTargetDetails returns a boolean if a field has been set.
func (o *TargetTypeDetailsInput) GetPingTargetDetails() PingTargetDetails
GetPingTargetDetails returns the PingTargetDetails field if non-nil, zero value otherwise.
func (o *TargetTypeDetailsInput) GetPingTargetDetailsOk() (*PingTargetDetails, bool)
GetPingTargetDetailsOk returns a tuple with the PingTargetDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetTypeDetailsInput) SetPingTargetDetails(v PingTargetDetails)
SetPingTargetDetails sets PingTargetDetails field to given value.
func (o *TargetTypeDetailsInput) HasPingTargetDetails() bool
HasPingTargetDetails returns a boolean if a field has been set.
func (o *TargetTypeDetailsInput) GetRabbitMqTargetDetails() RabbitMQTargetDetails
GetRabbitMqTargetDetails returns the RabbitMqTargetDetails field if non-nil, zero value otherwise.
func (o *TargetTypeDetailsInput) GetRabbitMqTargetDetailsOk() (*RabbitMQTargetDetails, bool)
GetRabbitMqTargetDetailsOk returns a tuple with the RabbitMqTargetDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetTypeDetailsInput) SetRabbitMqTargetDetails(v RabbitMQTargetDetails)
SetRabbitMqTargetDetails sets RabbitMqTargetDetails field to given value.
func (o *TargetTypeDetailsInput) HasRabbitMqTargetDetails() bool
HasRabbitMqTargetDetails returns a boolean if a field has been set.
func (o *TargetTypeDetailsInput) GetSalesforceTargetDetails() SalesforceTargetDetails
GetSalesforceTargetDetails returns the SalesforceTargetDetails field if non-nil, zero value otherwise.
func (o *TargetTypeDetailsInput) GetSalesforceTargetDetailsOk() (*SalesforceTargetDetails, bool)
GetSalesforceTargetDetailsOk returns a tuple with the SalesforceTargetDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetTypeDetailsInput) SetSalesforceTargetDetails(v SalesforceTargetDetails)
SetSalesforceTargetDetails sets SalesforceTargetDetails field to given value.
func (o *TargetTypeDetailsInput) HasSalesforceTargetDetails() bool
HasSalesforceTargetDetails returns a boolean if a field has been set.
func (o *TargetTypeDetailsInput) GetSectigoTargetDetails() SectigoTargetDetails
GetSectigoTargetDetails returns the SectigoTargetDetails field if non-nil, zero value otherwise.
func (o *TargetTypeDetailsInput) GetSectigoTargetDetailsOk() (*SectigoTargetDetails, bool)
GetSectigoTargetDetailsOk returns a tuple with the SectigoTargetDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetTypeDetailsInput) SetSectigoTargetDetails(v SectigoTargetDetails)
SetSectigoTargetDetails sets SectigoTargetDetails field to given value.
func (o *TargetTypeDetailsInput) HasSectigoTargetDetails() bool
HasSectigoTargetDetails returns a boolean if a field has been set.
func (o *TargetTypeDetailsInput) GetSshTargetDetails() SSHTargetDetails
GetSshTargetDetails returns the SshTargetDetails field if non-nil, zero value otherwise.
func (o *TargetTypeDetailsInput) GetSshTargetDetailsOk() (*SSHTargetDetails, bool)
GetSshTargetDetailsOk returns a tuple with the SshTargetDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetTypeDetailsInput) SetSshTargetDetails(v SSHTargetDetails)
SetSshTargetDetails sets SshTargetDetails field to given value.
func (o *TargetTypeDetailsInput) HasSshTargetDetails() bool
HasSshTargetDetails returns a boolean if a field has been set.
func (o *TargetTypeDetailsInput) GetVenafiTargetDetails() VenafiTargetDetails
GetVenafiTargetDetails returns the VenafiTargetDetails field if non-nil, zero value otherwise.
func (o *TargetTypeDetailsInput) GetVenafiTargetDetailsOk() (*VenafiTargetDetails, bool)
GetVenafiTargetDetailsOk returns a tuple with the VenafiTargetDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetTypeDetailsInput) SetVenafiTargetDetails(v VenafiTargetDetails)
SetVenafiTargetDetails sets VenafiTargetDetails field to given value.
func (o *TargetTypeDetailsInput) HasVenafiTargetDetails() bool
HasVenafiTargetDetails returns a boolean if a field has been set.
func (o *TargetTypeDetailsInput) GetWebTargetDetails() WebTargetDetails
GetWebTargetDetails returns the WebTargetDetails field if non-nil, zero value otherwise.
func (o *TargetTypeDetailsInput) GetWebTargetDetailsOk() (*WebTargetDetails, bool)
GetWebTargetDetailsOk returns a tuple with the WebTargetDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetTypeDetailsInput) SetWebTargetDetails(v WebTargetDetails)
SetWebTargetDetails sets WebTargetDetails field to given value.
func (o *TargetTypeDetailsInput) HasWebTargetDetails() bool
HasWebTargetDetails returns a boolean if a field has been set.
func (o *TargetTypeDetailsInput) GetWindowsTargetDetails() WindowsTargetDetails
GetWindowsTargetDetails returns the WindowsTargetDetails field if non-nil, zero value otherwise.
func (o *TargetTypeDetailsInput) GetWindowsTargetDetailsOk() (*WindowsTargetDetails, bool)
GetWindowsTargetDetailsOk returns a tuple with the WindowsTargetDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetTypeDetailsInput) SetWindowsTargetDetails(v WindowsTargetDetails)
SetWindowsTargetDetails sets WindowsTargetDetails field to given value.
func (o *TargetTypeDetailsInput) HasWindowsTargetDetails() bool
HasWindowsTargetDetails returns a boolean if a field has been set.
func (o *TargetTypeDetailsInput) GetZerosslTargetDetails() ZeroSSLTargetDetails
GetZerosslTargetDetails returns the ZerosslTargetDetails field if non-nil, zero value otherwise.
func (o *TargetTypeDetailsInput) GetZerosslTargetDetailsOk() (*ZeroSSLTargetDetails, bool)
GetZerosslTargetDetailsOk returns a tuple with the ZerosslTargetDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetTypeDetailsInput) SetZerosslTargetDetails(v ZeroSSLTargetDetails)
SetZerosslTargetDetails sets ZerosslTargetDetails field to given value.
func (o *TargetTypeDetailsInput) HasZerosslTargetDetails() bool
HasZerosslTargetDetails returns a boolean if a field has been set.