UploadFileStatus¶
- 
class oci.log_analytics.models.UploadFileStatus(**kwargs)¶
- Bases: - object- Upload File Status - Methods - __init__(**kwargs)- Initializes a new UploadFileStatus object with values from keyword arguments. - Attributes - file_name- Gets the file_name of this UploadFileStatus. - is_valid- Gets the is_valid of this UploadFileStatus. - 
__init__(**kwargs)¶
- Initializes a new UploadFileStatus object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - file_name (str) – The value to assign to the file_name property of this UploadFileStatus.
- is_valid (bool) – The value to assign to the is_valid property of this UploadFileStatus.
 
 - 
file_name¶
- Gets the file_name of this UploadFileStatus. Name of the file. - Returns: - The file_name of this UploadFileStatus. - Return type: - str 
 - 
is_valid¶
- Gets the is_valid of this UploadFileStatus. Is Valid flag. - Returns: - The is_valid of this UploadFileStatus. - Return type: - bool 
 
-