com.pulumi.googlenative.retail.v2.inputs.GoogleCloudRetailV2RuleDoNotAssociateActionArgs Maven / Gradle / Ivy
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.googlenative.retail.v2.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import java.lang.String;
import java.util.List;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* Prevents `query_term` from being associated with specified terms during search. Example: Don't associate "gShoe" and "cheap".
*
*/
public final class GoogleCloudRetailV2RuleDoNotAssociateActionArgs extends com.pulumi.resources.ResourceArgs {
public static final GoogleCloudRetailV2RuleDoNotAssociateActionArgs Empty = new GoogleCloudRetailV2RuleDoNotAssociateActionArgs();
/**
* Cannot contain duplicates or the query term. Can specify up to 100 terms.
*
*/
@Import(name="doNotAssociateTerms")
private @Nullable Output> doNotAssociateTerms;
/**
* @return Cannot contain duplicates or the query term. Can specify up to 100 terms.
*
*/
public Optional
© 2015 - 2024 Weber Informatics LLC | Privacy Policy