# FlowLogProperties

## Properties

| Name          | Type       | Description                                                       | Notes |
| ------------- | ---------- | ----------------------------------------------------------------- | ----- |
| **Name**      | **string** | The resource name.                                                |       |
| **Action**    | **string** | Specifies the traffic action pattern.                             |       |
| **Direction** | **string** | Specifies the traffic direction pattern.                          |       |
| **Bucket**    | **string** | The bucket name of an existing IONOS Cloud Object storage bucket. |       |

## Methods

### NewFlowLogProperties

`func NewFlowLogProperties(name string, action string, direction string, bucket string, ) *FlowLogProperties`

NewFlowLogProperties instantiates a new FlowLogProperties 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

### NewFlowLogPropertiesWithDefaults

`func NewFlowLogPropertiesWithDefaults() *FlowLogProperties`

NewFlowLogPropertiesWithDefaults instantiates a new FlowLogProperties 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

### GetName

`func (o *FlowLogProperties) GetName() string`

GetName returns the Name field if non-nil, zero value otherwise.

### GetNameOk

`func (o *FlowLogProperties) GetNameOk() (*string, bool)`

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

### SetName

`func (o *FlowLogProperties) SetName(v string)`

SetName sets Name field to given value.

### GetAction

`func (o *FlowLogProperties) GetAction() string`

GetAction returns the Action field if non-nil, zero value otherwise.

### GetActionOk

`func (o *FlowLogProperties) GetActionOk() (*string, bool)`

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

### SetAction

`func (o *FlowLogProperties) SetAction(v string)`

SetAction sets Action field to given value.

### GetDirection

`func (o *FlowLogProperties) GetDirection() string`

GetDirection returns the Direction field if non-nil, zero value otherwise.

### GetDirectionOk

`func (o *FlowLogProperties) GetDirectionOk() (*string, bool)`

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

### SetDirection

`func (o *FlowLogProperties) SetDirection(v string)`

SetDirection sets Direction field to given value.

### GetBucket

`func (o *FlowLogProperties) GetBucket() string`

GetBucket returns the Bucket field if non-nil, zero value otherwise.

### GetBucketOk

`func (o *FlowLogProperties) GetBucketOk() (*string, bool)`

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

### SetBucket

`func (o *FlowLogProperties) SetBucket(v string)`

SetBucket sets Bucket field to given value.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ionos.com/golang-sdk/models/flowlogproperties.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
